find out first highest salary?
Answer Posted / la
select max(sal) from emp;
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Differentiate between function and procedure in oracle.
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
How to rename an index in oracle?
Why cursor variables are easier to use than cursors?
Difference between inner join vs where ?
How to use fetch statement in a loop?
What is a server parameter file in oracle?
What is an Oracle index?
How to estimate disk space needed for an export job?
Explain the use of rows option in exp command.
what is the difference between functional dependecy and multilevel dependency?
What is a cursor variable?
How can we force the database to use the user specified rollback segment?
What is Redo Log Buffer in Oracle?
What is the difference between sharding and replication?