Answer Posted / priya
select * from emp where empno < (select max(empno) from
emp) and rownum<2 order by empno desc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between between and in condition operators?
What is normalisation in sql?
how do you know the version of your mysql server? : Sql dba
what is sql in mysql? : Sql dba
Does sql view stored data?
What are the qualities of 2nf?
What are the different types of sql commands?
What is the difference between functions, procedures, and packages in pl/sql?
Which command is used to delete a trigger?
What is string join?
What does (+) mean in sql joins?
how do you login to mysql using unix shell? : Sql dba
What is dynamic query?
how to calculate the difference between two dates? : Sql dba
Write a sql select query that only returns each name only once from a table?