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
What are data driven subscriptions?
What is the federation in sql azure?
How do I create a stored procedure in dbml?
What is TDS(Tabular Data Stream) Gateway?
Describe how to use the linked server?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
How to list all triggers in the database with sys.triggers in ms sql server?
What is a rollup clause?
Do you know the cursor types?
What is a non-clustered index?
How do we know if any query is retrieving a large amount of data or very little data?
What are the different types of sub-queries?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
What are the different types of data sources in ssrs?
How to generate random numbers with the rand() function in ms sql server?