Answer Posted / raj
for example if we take emp table, the query like this...
select a.sal from emp a where 4=(select count(distinct(b.sal))from emp b where a.sal<=b.sal)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between sql and t-sql? : Transact sql
how to check myisam tables for errors? : Sql dba
What are the different types of joins in sql?
What is the use of index in sql?
What is a constraint?
Can you have a foreign key without a primary key?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Can we use views in stored procedure?
What is loop in pl sql?
What are the types of keys?
What is the difference between inner join and left join?
Can we join more than 2 tables in sql?
What does pl sql stand for?
What is sqlcommand?
what is table? : Sql dba