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
Explain what is meant by replication of database?
What are parameterized reports?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
How can we migrate from SQL server to SQL Azure?
What does null mean?
Can sql servers linked to other servers?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
What is @@rowcount in sql?
Differentiate between delete and truncate.
How do you rename a table in sql server?
Does group by sort data?
Do you know hot add cpu in sql server 2008?
What is dynamic cursor in SQL SERVER?
What is table level trigger?
What is RMS migrations?