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
What different steps will a sql server developer take to secure sql server?
Explain what are the different index configurations a table can have?
What are xml indexes?
What is faster join or union?
Explain candidate key, alternate key, and composite key?
What is full outer join in sql server joins?
Explain the use of containers in ssis?
What is sub query and its properties?
What are the different types of columns types constraints in the sql server?
Explain the functionalities that views support?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What is purpose of normalization?
Which are the third-party tools used in sql server and why would you use them?
What is difference between rownum and rowid?
What are the basic features of a trigger in ms sql server?