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
Does access use sql?
What is %s in sql?
How do temporal tables work?
What is sql prepared statement?
What is the difference between microsoft access and sql server?
Enlist the advantages of sql.
Can we connect to postgresql using sql developer?
How is a PL/SQL code compiled?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
Explain the difference in execution of triggers and stored procedures?
What are the dml statements?
how can we know the number of days between two given dates using mysql? : Sql dba
How do you clear the screen in sql?
What program will open a mdb file?
Why we use join in sql?