I hav 10 records only one column
1,2,3,4,5......10
now am writing query select max(column name)
Then
What is The Output
Answer Posted / shyamsri83
The Maximum column value will be the output.
10
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
How to convert a unicode strings to non-unicode strings?
What is data compression? : sql server database administration
How is sql used in sql server?
How to create user defined functions with parameters?
Please illustrate physical database architecture? : SQL Server Architecture
How to use “drop” keyword in sql server and give an example?
How much space does sql server 2016 take?
How to view the error log for any specific instance? : sql server database administration
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
What is the difference between getdate and sysdatetime?
Do you know what are pages and extents? : SQL Server Architecture
What is a primary index?
You want to implement the one-to-one relationship while designing tables. How would you do it?
How does clustered and non clustered index work?
What is the difference between char, varchar and nvarchar?