Answer Posted / chandu
select ename,sal from emp where sal=(select max(sal) from emp);
Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Can we use ddl commands in pl sql?
Explain what is a database?
what are the authentication modes in sql server? How can it be changed? : Sql dba
How can I change database name in sql?
What is pl sql script?
What is difference between table and view?
how to enter numeric values as hex numbers? : Sql dba
Does truncate require commit?
How does a self join work?
What do you mean by stored procedures? How do we use it?
what is cross join? : Sql dba
What is a constraint?
What is sqlerrd?
What is sql architecture?
Can we use having without group by in sql?