Answer Posted / m.s.patil
select max(sal) from t1 where sal not in (27777);
27777 is max salary in table
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a View ? Can we insert, Update and delete a view?
What is factless fact table? : sql server analysis services, ssas
What are the benefits and tasks of object explorer? : sql server management studio
How to list all objects in a given schema?
What is the web service used for reporting services?
Ways to improve the performance of a SQL Azure Database?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
What is serializable?
How to create a new login name in ms sql server?
What do you do in data exploration
How to insert multiple rows with one insert statement in ms sql server?
How to delete multiple rows with one delete statement in ms sql server?
What are triggers in ms sql server?
Explain subquery and state its properties?
What is the cartesian product of the table?