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
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
How to delete multiple rows with one delete statement in ms sql server?
How to run sql server 2005 books online on your local system?
What type of locking occurs during the snapshot generation? : sql server replication
How to use order by with union operators in ms sql server?
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is the difference between grant and with grant while giving permissions to the user?
What is difference between equi join and natural join?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
What are views used for?
Explain hostprotectionattribute in sql server 2005?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
What are the benefits and tasks of object explorer? : sql server management studio
what exactly sql injuction.how to overcome.....
How to create percentile function?