Answer Posted / karthik
select min(salary) from (select top 3 * from employee order by salary desc) temp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell me what are the advantages of using stored procedures?
What is 2nf normalization?
Why olap is used?
What is database architecture? : SQL Server Architecture
What is inner join in sql server joins?
What is cursors?
How to transfer a table from one schema to another?
What is reference section?
Write a sql query to delete duplicate records from a table called table1
How do database indexes work?
What is data source view or dsv? : sql server analysis services, ssas
Explain what are the authentication modes in sql server?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
What is purpose of normalization?
What is the dbcc command and why is it used?