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
Can a rule be bound to any column of any data type?
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
How do you know if sql server is running on your local system?
How to test a dml trigger in ms sql server?
What does man by sql wildcard characters in sql server?
How to set the current database in ms sql server?
Where are SQL server users names and passwords are stored in sql server?
What are the differences between triggers and stored procedures?
What is the difference between seek predicate and predicate?
How many categories of data types used by sql server?
Explain few examples of stored procedure over triggers?
Write an SQL query to obtain the 2nd highest salary.
What stored by the msdb?
How to create an inline table-valued function?
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture