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 do I access sql anywhere database?
Explain the difference between sql and mysql.
Can we use rowid as primary key?
Mention what plvcmt and plvrb does in pl/sql?
How to start the command-line sql*plus?
Can we call a function containing dml statements in a select query?
How can I speed up sql query?
What are the types of index in sql?
What is memory optimized table?
What is acid property in a database?
How do you remove duplicates without using distinct in sql?
How do I audit the sql sent to the server?
Can we use update in sql function?
Write a query to display the current date in sql?
How can you fetch first 5 characters of the string?