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
what is oltp (online transaction processing)? : Sql dba
how to install mysql? : Sql dba
Why is the cursor important?
What trigger means?
What is dcl in sql?
Can a select statement fire a trigger?
What is mdf ldf and ndf?
Can delete statement be rollbacked?
What language is oracle sql developer?
What are the different type of joins in sql?
how can we find the number of rows in a table using mysql? : Sql dba
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What are the three pl sql block types?
How can I speed up sql query?
How do I sort a table in sql?