a query to select maxmun 3 salaries of employee table
Answer Posted / chaitanya
Select sal from emp order by desc fetch first 3 rows only;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a cursor and what are the steps need to be taken?
State the various uses of dbcc command?
Give the constructs of a package, function or a procedure.
How to delete a user account in oracle?
What is truncate oracle?
How to retrieve data from an explicit cursor?
What is set operator oracle?
What are set operators?
How to create a testing table in oracle?
How to set a transaction to be read only in oracle?
What is PL/SQL ?
Why do you create or replace procedures rather that drop and recreate.
Can we create database in oracle using command line ?
What is not equal to in oracle?
how can we store any pdf file in oracle