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
How to select some rows from a table in oracle?
What is an Oracle Instance?
What are the different types of database objects?
What is the usage of merge statement?
How to create a new table by selecting rows from another table?
What is the recommended interval at which to run statspack snapshots, and why?
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Explain the use of control file?
Explain the different normalization forms?
How to create an oracle testing table?
What is MTTR advisor in Oracle?
Can we insert data in view oracle?
Explain oracle left join with an example?
How to load excel data sheet to oracle database