can any one please send sql quries most used in applications.

Answers were Sorted based on User's Feedback



can any one please send sql quries most used in applications...

Answer / guest

select * from employee
where sal =
(select * from max(sal) from emp)

Is This Answer Correct ?    3 Yes 3 No

can any one please send sql quries most used in applications...

Answer / brain group

what type of sql statement you asked ?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is ACID Property of Transaction?

10 Answers  


Tell me what is the stuff and how does it differ from the replace function?

0 Answers  


Please differentiate between a local and a global temporary table?

0 Answers  


Explain Active/Active and Active/Passive cluster configurations?

1 Answers  


How to view existing indexes on an given table using sp_help?

0 Answers  






Explain triggers in sql?

0 Answers  


How many types of Joins in SQL Server 2005?

9 Answers   CarrizalSoft Technologies, HCL,


How to read data in a table with "select" statements?

0 Answers  


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

0 Answers  


What is executereader?

0 Answers  


Can we update data in a view?

0 Answers  


Categories