can any one please send sql quries most used in applications.
Answers were Sorted based on User's Feedback
Answer / guest
select * from employee
where sal =
(select * from max(sal) from emp)
Is This Answer Correct ? | 3 Yes | 3 No |
What is ACID Property of Transaction?
Tell me what is the stuff and how does it differ from the replace function?
Please differentiate between a local and a global temporary table?
Explain Active/Active and Active/Passive cluster configurations?
How to view existing indexes on an given table using sp_help?
Explain triggers in sql?
How many types of Joins in SQL Server 2005?
9 Answers CarrizalSoft Technologies, HCL,
How to read data in a table with "select" statements?
Suggest a method of joining two tables.
0 Answers Ernst Young, Thomson Reuters,
What is perspective, have you ever created perspective? : sql server analysis services, ssas
What is executereader?
Can we update data in a view?