Answer Posted / kk
select top 1 * from (
SELECT DISTINCT TOP 3 salary
FROM tblemp
ORDER BY salary desc) t order by salary asc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between TRUNCATE and DROP?
Explain the difference between HTTP and HTTPS in database?
What are the dmvs? : sql server database administration
How retrieve field names from the table in SQL through JAVA code?
How to replace null values in expressions using isnull()?
Which are the olap features?
Explain security with sql azure?
What is store procedure?
How to specify the collation for a character data type in ms sql server?
how you can get the list of largest tables in a database? : Sql server administration
Can foreign key be duplicate?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What is unique key constraint?
Is truncate a dml command?
What are temporal tables in sql server 2016?