Answer Posted / sannnnnnnnnnn
select max(sal) from emp where sal<(select max(sal) from emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is proper subset of candidate key?
How many types of schemas are there?
What is master database? : SQL Server Architecture
What is the difference between a check constraint and a rule?
What is #temp and @table variable in SQL server?
Explain powershell included in sql server 2008?
Why the trigger fires multiple times in single login?
What is the use of sql profiler in sql server 2012?
How to call stored procedure using http soap?
Why use triggers?
What does set rowcount do?
What is plan freezing?
What are the tables in sql?
between cast and convert which function would you prefer and why?
What is meant by indexing?