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 normalization? Describe its different types.
Explain the difference between delete,drop and truncate in SQL Server?
What do you understand by integration services in sql server?
What is cross join in sql server joins?
What do you understand by the denormalisation?
how we use window authentication connection with sql server.?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What is model database? : SQL Server Architecture
Write the SQL query to drop, truncate and delete table.
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
What is transaction server distributed transaction?
Which sql server is best?
How many types of stored procedures are there in sql server?
How to use transact-sql statements to access the database engine?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration