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
How many rows can sqlite handle?
Is it possible for a table to have more than one foreign key?
Can you select everything, but 1 or 2 fields, without writer's cramp?
How many disk partitions should I have?
Why is nosql good?
What is join view in sql?
How do you optimize a query?
What is sql exception?
what are aggregate and scalar functions? : Sql dba
How do I view a table in sql?
What is sql keyword?
How delete a row in sql?
Explain the purpose of %type and %rowtype data types with the example?
Differentiate between syntax and runtime errors.
How many types of index are there?