one table has four field id,name,design,salary. i have to
find maximum salary .
Answer Posted / soni
SELECT MAX(columnName1)
FROM Employee
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Do you know what is lock escalation?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
where the connection string store in the database
What triggers long term care?
Explain Geography datatype in SQL Server
How to drop an existing table with "drop table" statements in ms sql server?
Can primary key be null?
What is the use of =,==,=== operators?
Can we use having clause without group by?
How to provide column names in insert statements in ms sql server?
In how many ways you can invoke ssrs reports?
Which are new data types introduced in sql server 2008?
How does Report Builder support Analysis Services cubes?
What are the difference between primary keys and foreign keys?
What are the different subsets of sql?