From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / anil
select * from test.emp where salary=(select max(salary) from test.emp);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I view a view in sql?
What is character functions?
What is the difference between delete and truncate commands?
What does inner join mean?
What are stored procedures used for?
What does desc stand for?
What is meant by truncate in sql?
Explain the difference between drop and truncate commands in sql?
Is sql difficult?
Does view contain data?
How is indexing done in search engines?
What is a system versioned table?
Explain how exception handling is done in advance pl/sql?
What pl/sql package consists of?
What are different categories of sql commands?