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
can a table be moved to different filegroup? : Sql server administration
How do use Having,Group by,Group function in SQL?
What is meant by Active-Passive and Active-Active clustering setup?
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is Replication?
How can I track the changes or identify the latest insert-update-delete from a table?
Tell me what are the essential components of sql server service broker?
What is data modeling and Reterminal integrity?
How do I open a .db file?
What is nolock hint in sql server 2008
How do I know if localdb is running?
What does COMMIT command do?
Explain data warehousing in sql server?
Does the order of columns in update statements matter?
How many types of database relationship in sql server?