how to get second highest salary in SQL(as/4000
Answer Posted / siddhartha
select sal, ename from employee where ROWNUM = 2 order by
sal;
| Is This Answer Correct ? | 12 Yes | 36 No |
Post New Answer View All Answers
What is a delimiter in sas?
What is java sql connection?
explain advantages of innodb over myisam. : Sql dba
Name the different types of indexes in sql and define them.
how to convert character strings to numeric values? : Sql dba
What are the different types of database management systems?
What does desc stand for?
Explain the uses of control file.
what are the advantages a stored procedure? : Sql dba
What is cte?
Is left join faster than join?
Describe types of sql statements?
tell us something about heap tables. : Sql dba
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What are the two parts of design view?