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 to execute multiple stored procedures at one time in sql server?
How do you start single user mode in clustered installations?
How to apply filtering criteria at group level with the having clause in ms sql server?
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
How many types of the database links?
How do you delete duplicate rows in sql server?
Explain what is the difference between a local and a global temporary table?
How to set database to be read_only in ms sql server?
What are the different normalization forms?
What is isolation levels?
What is the chart in report?
What is database architecture? : SQL Server Architecture
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
Can we shrink data file in sql server?
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture