Answer Posted / mujahid
Simple one is i think:
Select min(sal) from (select sal from emp order by sal desc LIMIT 4);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain raise_application_error.
What are the different set operators available in sql?
What are the two types of exceptions.
How do you update a value in sql?
how to use case expression? : Sql dba
Explain two easy sql optimizations.
Explain ttitle and btitle.
What is the maximum database size for sql express?
how to get a list of all tables in a database? : Sql dba
What is data type in database?
what is user defined functions? : Sql dba
What is numeric function sql?
Can we use views in stored procedure?
What are pl sql data types?
which tcp/ip port does sql server run on? : Sql dba