find out first highest salary?
Answer Posted / ela tiku
select max(sal) from emp
<<<assuming emp is the table name and sal is the column
name>>>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Point out the difference between user tables and data dictionary?
Explain the use of constraints option in exp command.
How to drop an index in oracle?
if you ctreate table identity
Explain what are the uses of rollback segment?
What are the parameters that we can pass through a stored procedure?
How to select some rows from a table in oracle?
What is sequence?
What is a trigger oracle?
How to insert a new row into a table in oracle?
What are the restrictions in a oracle read only transaction?
How different is ms access and oracle?
What is SQL access advisor in Oracle?
What is pragma autonomous transaction in oracle?
How many types of segments in Oracle?