Answer Posted / rajkumar v
Select min(salary)FROM emp WHERE (salary IN (SELECT TOP 2
salary FROM emp ORDER BY salary DESC))
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write a sql query to get zero records from a table having n number of records?
What are logical database components? : SQL Server Architecture
Mention a few common trace flags used with sql server?
Where are sql server user names and passwords stored in sql server?
What is a trigger and types of a trigger?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
Explain concepts of analysis services?
Why do we use stored procedures in sql server?
Why do you need a sql server?
How to create a dml trigger using create trigger statements?
Describe in brief sql server monitoring ways.
What is mssql?
Define model database?
Give an example of SQL injection attack ?
When would you use a before or after trigger?