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


Please Help Members By Posting Answers For Below Questions

How to drop existing views from a database in ms sql server?

528


what's the difference between delete table and truncate table commands? : Sql server database administration

482


why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration

551


What is TDS(Tabular Data Stream) Gateway?

99


Why we use the openxml clause?

537






Disadvantages of the indexes?

587


explain what is raid and what are different types of raid configurations? : Sql server database administration

543


What are the disadvantages of indexes?

526


What are dml triggers and types of dml triggers?

545


How to write a query with a left outer join in ms sql server?

572


What is sql injection and why is it a problem? : sql server security

563


What the class forname () does?

537


What is the use of sign function?

555


What is the use of “join” in sql server?

566


What do you understand by mirroring?

562