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

How can you insert values in multiple rows using one Insert statement?

0 Answers   Flextronics, Thomson Reuters, Virtusa,


Write a sql query to display the current date?

0 Answers  


Why should you use or avoid select * statements?

0 Answers  


What is the difference between a stored procedure and a user defined function?

0 Answers  


How except clause is differs from not in clause?

0 Answers  






What type of Index will get created after executing the above statement?

0 Answers  


How to delete duplicate rows in sql server?

0 Answers  


What is isnull() operator?

0 Answers  


How to delete particular value in the column of a table.Is it possible or not?if possible give it as in query.

8 Answers   Intelenet,


What is row_number () and partition by in sql server?

0 Answers  


what is hash nonclustered index

0 Answers  


What does executeupdate return?

0 Answers  


Categories