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
What is tcl in sql server?
What is difference between views and tables?
How to add additional conditions in SQL?
What is extended stored procedures?
Explain primary key, foreign key and unique key?
What do I need to start working with sql studio? : sql server management studio
What is a trace frag?
How many types of triggers are there?
How can we delete a table in sql server?
What are the different types of collation sensitivity?
What are the built in functions in sql server?
Explain about thread and memory management process of SQL?
Can we insert data into a view?
How to update values in a table with update statements in ms sql server?
How do I make a resultset scrollable?