Answer Posted / vaishnavi nigam
SELECT Salary from Emp_sal ORDER BY Salary Desc WHERE Row_Num=3
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is multi-statement table-value user-defined function?
Explain filtered indexes benefits?
Can we add our custom code in ssis?
How do you delete duplicate rows in sql server?
How and why use sql server?
what stored procedure can you use to display the current processes? : Sql server administration
Explain the rules for designing files and file groups in sql server?
Explain what is dbcc?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
How to configure and test odbc dsn settings?
Are connections to sql server encrypted?
How do I debug a stored procedure in sql server?
Write a SQL queries on Self Join and Inner Join.
How many types of dimensions are there and what are they? : sql server analysis services, ssas
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration