one table has four field id,name,design,salary. i have to
find maximum salary .
Answer Posted / guest
select * from tab where max(salary)
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What are trace files?
Explain identity in sql server?
What is hot add cpu in sql server 2008?
What is the difference between rank and dense_rank?
How use inner join in sql server?
What are the advantages of using cte?
What is wide table?
List some advantages and disadvantages of stored procedure?
How to find index size for each index on table?
What is @@rowcount in sql?
Write an sql query to find first weekday of the month?
What are the 2 types of classifications of constraints in the sql server?
How many types of database relationship in sql server?
What do you understand by a stored procedure?
What is lookup override?