Answer Posted / pramod janjirala
select sal,ename from emp where sal=(select max(sal) from
emp);
| Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
What is a primary key? Explain
What is the difference between null value, zero, and blank space?
Why do we use procedures?
What is the use of primary key?
What are the differences between in and exists clause?
What is procedure and function in sql?
How many types of privileges are available in sql?
Does view store data in sql?
What is an example of translating a date into julian format?
Can you load data into multiple tables at once? : aql loader
What makes a good primary key?
What does (*) mean in sql?
What are local and global Indexes and where they are useful.
What is the difference between syntax error and runtime error?
How do I view an execution plan in sql?