one table has four field id,name,design,salary. i have to
find maximum salary .
Answer Posted / soni
SELECT MAX(columnName1)
FROM Employee
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Do you know the isolation level that sql server support?
How to check table values in sql server?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
Explain full-text query in sql server?
Is the primary key column of a table an index in ms sql server?
What stored by the model?
What the different components in replication and what is their use?
What is the maximum number of index per table?
what are the critical issues you have resloved in your company
Working with TLogs
what is raid? : Sql server database administration
What are different types of roles provided by ssrs?
What are the rendering extensions of ssrs?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
What happens if null values are involved in datetime operations?