one table has four field id,name,design,salary. i have to
find maximum salary .
Answer Posted / sujit
select max(sal) from <tablename>
if this answer not correct plz give me commets on the answer
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explain the usage of floor function in sql server.
explain how to create a new schema in a database? : Sql server database administration
What is the default fill factor value?
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
Do you know what is difference between index seek vs. Index scan?
Define model database?
What is the boxing and unboxing concept in .net?
What are types of storage modes? : sql server analysis services, ssas
How do I install only the client tools of sql server 2000?
What are the mathematical functions supported by sql server 2005?
Explain the third normal form(3nf)?
How to find the source of a table in sql server?
What are the advantages of having an index on the sql server?
How to delete duplicate rows?
How do I debug a stored procedure in sql server?