Answer Posted / selvaraj v , anna university c
select ename, salary from emp where salary=(select max
(salary) from emp) order by emp_no;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what does the t-sql command ident_current does? : Transact sql
How to start the command-line sql*plus?
Is sql injection illegal?
What are different sql data types?
What is query syntax?
What is sqlite format?
What is the left table in sql?
Name the operator which is used in the query for pattern matching?
Can we call a function containing dml statements in a select query?
how to use 'mysql' to run sql statements? : Sql dba
What is the purpose of using pl/sql?
What is the difference between having and a where in sql?
What does the sign mean in sql?
What is meant by truncate in sql?
Which is faster union or join?