can any one please send sql quries most used in applications.
Answer Posted / guest
select * from employee
where sal =
(select * from max(sal) from emp)
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Define compound operators?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
How to execute multiple stored procedures at one time in sql server?
List some major differences between triggers and stored procedures?
Give me any three differences between Truncate and Delete.
What are the 2 types of classifications of constraints in the sql server?
Which language rdl files made of?
How to include text values in sql statements?
How to delete duplicate rows?
What is the security model used in sql server 2005?
What are the different types of normalization?
What is the need for group functions in sql?
Why I can not enter 0.001 second in date and time literals in ms sql server?
What is repeatable read?
What is the difference between clustered index and primary key?