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 / dhiraj
10 because
its return max value of that column.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is function of ROLLUP ?
Which is the latest version of sql server and when it is released?
Explain mixed authentication mode of sql server?
Are resultset updatable?
What are difference between Cluster index and Non-Cluster index?
How does stuff differ from the replace function?
what is memory-optimized nonclustered indexes
What is inner join? Explain with an example?
explain how to create a new schema in a database? : Sql server database administration
Where are full-text indexes stored?
Can we use pragma autonomous_transaction in trigger?
what is a transaction? : Sql server database administration
What is ddl command?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
How do you handle datasets larger than 50 gb?