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 are the t string functions available in tsql? : Transact sql
What is embedded sql with example?
What are different clauses used in sql?
What is difference between hql and native sql?
What are the types of views in sql?
Can you rollback after commit?
Show how functions and procedures are called in a pl/sql block.
what is a tablespace? : Sql dba
Explain 3 basic parts of a trigger.
What is the use of sqldataadapter?
What are different functions in sql?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What are the differences between implicit and explicit cursors?
What is dml statement?
What are the different types of a subquery?