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
What is a field name?
What are the tables in sql?
Write a program using SQL queries to find a unique entry in a table.
What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?
Explain datetimeoffset data type in sal server 2008?
explain different types of backups avaialabe in sql server? : Sql server database administration
Can you please explain the difference between function and stored procedure?
what is the difference between count(*) and count(1) ?
What do you understand by the analysis services in sql server?
What area unit the various kinds of info compression introduced in sql server 2008?
What is not null constraint?
how many type of indexing in database?
How will you find out if there are expensive SQL statements running or not?
How to check if stored procedure is running in sql server?
Call by value and call by reference in procedure and function, with NOCOPY.