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
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
Explain tables in SQL Azure?
What is simple indexing method?
What are the parts of a function?
What is dbcc updateusage?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
What happens if null values are involved in arithmetic operations?
What are the two authentication modes in sql server?
List the different types of joins?
What is public role in sql server?
How do you handle datasets larger than 50 gb?
What are dml triggers and types of dml triggers?
What are the different types of sub-queries?
What is multi-statement table-value user-defined function?
How do you create type- insensitive operator?