Answer Posted / nagendra
select ename, sal from emp where sal = (select max(Sal) from
emp);
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain mutating table error.
Can we use pl sql in mysql?
Is pl sql and postgresql same?
Is it possible to update views?
How to avoid duplicate records in a query?
How delete all data from table in sql?
What are the types of index in sql?
Define join and name different types of joins?
What is a natural join?
Define commit, rollback and savepoint?
How are sql commands classified?
Define sql delete statement.
How to execute a stored procedure?
What is nvarchar in sql?
What are the possible values that can be stored in a boolean data field?