Answer Posted / suresh naik
select sal, ename from emp where sal = (select max(sal) from
emp);
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you rename a table in sql?
What are the operators in sql?
What are the different types of tables in sql?
What is the need of a partition key?
How do I count rows in sql?
what is table? : Sql dba
What is procedure explain with example?
How do you get column names only for a table (sql server)?
Can I create table without primary key?
How can you select unique records from a table?
Can we insert data into materialized view?
What is autocommit sql?
Name the different types of indexes in sql and define them.
How many commands are there in sql?
What are different types of statements supported by sql?