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 is BCP? When does it used in sql server 2012?
What are orphan records?
What is report rendering ?
How to write character string constants or literals in ms sql server?
Explain use of expression builder.
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
Explain about builtinadministrator?
What command do we use to rename a database?
Explain what is raid and what are different types of raid levels?
Explain syntax for viewing, dropping and disabling triggers?
What is your recommendation for a query running very slow? : sql server database administration
When should you use an instead of trigger?
Do you know what are the differences between lost updates and uncommitted dependencies?
What are the key configuration files for sql server reporting services ?
Can you explain full-text query in sql server?