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 difference between cross join and full outer join?
How to create view in stored procedure sql server?
What are the advantages to use stored procedures?
how will add additional conditions in sql?
What is the difference between char, varchar and nvarchar?
Which are the third-party tools used in sql server and why would you use them?
What are the advantages dts has over bcp?
Is it possible to call a stored procedure within a stored procedure?
Tell me what is the order in which the sql query is executed?
Explain the properties of a relational table?
What happens when the SQL Azure database reaches Max Size?
What is the largest component inside a field?
What is auditing in sql server?
What is the boxing and unboxing concept in .net?
When would you use a before or after trigger?