one table has four field id,name,design,salary. i have to
find maximum salary .
Answer Posted / guest
select * from tab where max(salary)
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Tell me what is log shipping?
Why I have to use stored procedures?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
How do indexes help, types?
Explain about link server in sql server?
If the job running very slow what is the action you do
What are subqueries in sql server? Explain its properties.
Why people hate cursor?
What is the maximum rows in sql server table?
What is the difference between NOROW and LOCKROW?
What do we have to check in database testing?
How to find the list of fixed hard drive and free space on server?
What is an indexing strategy?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What is the difference between system objects and user objects?