one table has four field id,name,design,salary. i have to
find maximum salary .
Answer Posted / prashant
Select * from table1 where salary = (select max(salary)
from table1)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Mention the different types of triggers?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
What is normalization 1nf 2nf 3nf?
Mention the 3 ways to get a count of the number of records in a table.
How do I setup a sql server database?
What is the difference between value type and reference type?
Which are the third-party tools used in sql server and why would you use them?
What is purpose of normalization?
What is the default sql server instance name?
Explain the cursor lock types?
How to achieve Paging of records in SQL SERVER?
How can a database be repaired?
What is difference between joins and subqueries?
How to locate and take substrings with charindex() and substring() functions?
What is database replication?