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 are “phantom rows”?
How self join is different from outer join?
What are the commands used in DCL?
How to create new tables with "create table" statements in ms sql server?
Why is sql server log file full?
What is data source object?
what is an extended stored procedure? : Sql server database administration
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
What is the return type of executeupdate ()?
what are the different types of SSRS reports?
How to restore performance issues and how to check?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
What is cte (common table expression)?
What are the different types of stored procedures?
what is checksum in sql server.........???