Answer Posted / naresh
select * from emp e where 2=(select count(*) from emp where
sal>=e.sal);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is view explain with example?
Where do we use pl sql?
How delete all data from all tables in sql?
How do I run a sql query?
Explian rowid, rownum?
Explain dml and ddl?
how to see the create table statement of an existing table? : Sql dba
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What are stored procedures used for?
What is the difference between stored procedure and view?
how many sql dml commands are supported by 'mysql'? : Sql dba
What is union?
Can we connect to postgresql using sql developer?
what is top in tsql? : Transact sql
What is indexing in sql and its types?