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
How many types of built in functions are there in sql server 2012?
What is the name of reporting services config file and what’s it’s used for?
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
What is for xml in sql server?
What are scheduled tasks in sql server?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What is the openxml statement in sql server?
Define normalisation?
What do you mean by subquery?
How to call stored procedure using http soap?
What is difference between rollback immediate and with no_wait during alter database?
What are the steps you will take to improve the performance of a poor performing query?
What are subqueries in sql server?
What is a collation in ms sql server?
Write a SQL queries on Self Join and Inner Join.