From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / pradeep sahoo
Select * from Employee where sal = (select max(sal) frpm
Employee)
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
What are all the common sql functions?
What is server name sql?
What are the different types of constraints?
How many parts of a pl sql block are optional?
Explain what is a column in a table?
Whis is not false in primary key?
Can we use the cursor's to create the collection in PL/SQL?
What are different types of functions in sql?
What is the difference between union and union all command?
How do you take the union of two tables in sql?
What are hotfixes and patches?
Does db2 use sql?
What is a temporal table?
Can we join 3 tables in sql?
Is delete faster than truncate?