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
What is the definition for sql server 2000?
How to rebuild master databse?
Name some of the open source software that you can use in alternative to SSR?
How to use "begin ... End" statement structures in ms sql server?
what is a deadlock? : Sql server database administration
How do you create a clustered index?
Explain the difference between primary keys and foreign keys?
Define Wed Edition in SQL Azure?
How does Report Builder support Analysis Services cubes?
How to include text values in sql statements?
What is the difference between a clustered index and a non-clustered index?
What are the differences between local and global temporary tables?
What are different types of collation sensitivity?
Can we linked SharePoint to a SQL database?
How is foreign key related to primary key?