Answer Posted / sen
select *
(select sal from emp
order by 1 desc)
where rownum < 4
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
what is bcp? When is it used?
when is the use of update_statistics command? : Sql dba
What are character functions in sql?
What are sql functions? Describe in brief different types of sql functions?
Can we update views in sql?
Is sql a microsoft product?
How do you create a db file?
Write a query to find the names of users that begin with "um" in sql?
how to select unique records from a table? : Sql dba
What are the sql aggregate functions?
What are the different ways to optimize a sql query?
What do you understand by pl/sql records?
What is an exception in pl/sql?
What is indexes?
what is a trigger in mysql? Define different types of trigger. : Sql dba