how to retrieve the top 2 salaried persons from a database?
Answer Posted / unknown
Select salary from (select salary from employees) where
rownum <=2;
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Write the alter statement to enable all the triggers on the t.students table.
what are the non-standard sql commands supported by 'mysql'? : Sql dba
Is like operator in sql case sensitive?
what is row? : Sql dba
What are triggers and its uses?
What does the hierarchical profiler does?
Can we create clustered index without primary key?
Explain architecture of sql server notification services?
What are all types of user defined functions?
What is sql character function?
How do you run a query?
What is clause in sql?
What is union?
What is mdf ldf and ndf?
What is benefit of creating memory optimized table?