one table has four field id,name,design,salary. i have to
find maximum salary .
Answer Posted / sujit
select max(sal) from <tablename>
if this answer not correct plz give me commets on the answer
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How to connect Azure federated root database and apply federation in entity framework?
How do you trace the traffic hitting a sql server?
Where is localdb stored?
How will you go about resolving deadlocks?
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
How do you rebuild an identity column?
What is catalog views?
What are “lock” hints?
Explain the difference between function and stored procedure?
What is exporting and importing utility?
Explain magic tables in sql server?
What are the restrictions applicable while creating views? : SQL Server Architecture
What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
What is 3nf normalization?
How to bind a view to the schema of the underlying tables?