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
How do you modify a table in sql?
What is an alias command?
how can we know the number of days between two given dates using mysql? : Sql dba
define join and explain different type of joins? : Sql dba
What is the maximum number of rows in sql table?
What is sql catalog?
What is a boolean in sql?
which operator is used in query for pattern matching? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Do we need to create index on primary key?
Can we use update in sql function?
Can we use rowid as primary key?
how can we submit a form without a submit button? : Sql dba
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
Explain lock escalation? : Transact sql