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 a traditional network library for sql servers? : Sql server database administration

0 Answers  


When cursors are useful?

0 Answers  


What is the ‘fillfactor’?

0 Answers  


Where do we use trace frag?

0 Answers  


How many index keys possible for a table

6 Answers  






what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration

0 Answers  


Explain different types of self contained sub query?

0 Answers  


Write an SQL query if u want to select the data from one block which intern reflects in another block ? thanx,do reply

1 Answers   Covansys,


Where are magic tables stored ? Is it in the same database where it is created ?

4 Answers  


How to maintain a fill factor in existing indexes?

0 Answers  


what is index seek and index scan?

2 Answers  


What is the contrast amongst drop and truncate?

0 Answers  


Categories