From an Employee table, how will you display the record
which has a maximum salary?
Answer Posted / sharmila
Select * from Employee where salary in(select max(salary)
from Employee)
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How can I get the number of records affected by a stored procedure?
What is sql comments?
What are sql constraints?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What are the two types of periodical indexes?
Explain how can you save or place your msg in a table?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
Is time a data type in sql?
How do I sort a table in sql?
What is gpt format?
what is the difference between delete and truncate statement in sql? : Sql dba
How many times can we commit in a loop?
What is delimiter sql?
What is the use of double ampersand (&&) in sql queries? Give an example
What is sequence in sql?