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
Can a cursor be updated? If yes, how you can protect which columns are updated?
Where to find ntwdblib.dll version 2000.80.194.0?
How to drop an existing table with "drop table" statements in ms sql server?
How do you rename a table in sql server?
Explain the disadvantages of cursors?
What are indexes in sql?
List out different types of normalizations in sql server and explain each of them?
What are the differences between clustered and non-clustered index?
What are extended events in sql server?
Explain the difference between HTTP and HTTPS in database?
What happens if ntwdblib.dll is missing on your machine?
What is the simplest way to create a new database in ms sql server?
Can group functions be mixed with non-group selection fields in ms sql server?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What is importing utility?