write the query for find the top 2 highest salary in sql
server
Answer Posted / saurabh
Answer 24 is correct , i have checked it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use where and having clause together?
Which is faster statement or preparedstatement?
How to delete duplicate rows from table except one?
What is SQL Azure Federations?
How to send email from database?
Where sql server user names and passwords are stored in sql server? : sql server database administration
What are joins in sql and what are the different types of joins?
What are the restraints imposed on the table design by a merge replication?
How to insert multiple rows with one insert statement in ms sql server?
Do you know sql server 2008 introduces automatic auditing?
What is the difference between a check constraint and a rule?
How to find tables without indexes?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
how to trace the traffic hitting a sql server? : Sql server database administration