Answer Posted / asksam
Easy method to find top 3 sal -
Select distinct top 3 (sal) from emp order by sal desc
| Is This Answer Correct ? | 10 Yes | 27 No |
Post New Answer View All Answers
Why truncate is faster than delete?
What is the difference between sql and t sql?
Why do we use sql constraints?
What are the different types of database management systems?
Is sql workbench free?
Can we join same table in sql?
Explain what is dbms?
what are the t string functions available in tsql? : Transact sql
How do I access sql anywhere database?
What is pivot query?
what is msql? : Sql dba
What is sql not null constraint?
How much ram can sql express use?
What is sql and explain its components?
Can we insert data in view?