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
Can you explain the disadvantages/limitation of the cursor?
Tell me about joins in database system and explain each in detail.
What kind of problems occurs if we do not implement proper locking strategy?
How to invoke a trigger on demand?
How to define output parameters in stored procedures?
what does the automatic recovery do? : Sql server administration
Explain error and transaction handling in sql server?
Explain transaction server implicit?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
What are system databases in ms sql server?
What is lookup override?
how we use window authentication connection with sql server.?
What are database states in ms sql server?
How to find table changes in sql server?
Explain trigger classes i.e. Instead of and after trigger?