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
How to run queries with sql server management studio express?
What is trigger in salesforce?
What are the different sql server versions?
How to set database to be single_user in ms sql server?
is there a column to which a default can't be bound? : Sql server database administration
What are commonly used mssql functions in php?
What is dirty read?
What are the elements of dbms?
Explain the architecture of ms sql reporting service?
What do you understand by physical_only option in dbcc checkdb?
According to you what goes into making the best database administrator? : sql server database administration
What is transact-sql language?
How to count rows with the count(*) function in ms sql server?
How to create user messages with print statements in ms sql server?
Is the log file is a part of file group?