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 encryption security is available in sql azure?
What is temporary table in sql server? Why we use temp table?
How to view existing indexes on an given table using sys.indexes?
How to define and use table alias names in ms sql server?
How to insert data with null values?
What is the openxml statement in sql server?
How will you know when statistics on a table are obsolete?
How to see the event list of an existing trigger using sys.trigger_events?
What is meant by dirty read?
What is your recommendation for a query running very slow? : sql server database administration
How to delete an existing database user?
What are the differences between having and where clause.
What is the user of Primary key?
Explain encryption of entire databases without the need for application changes in sql server 2008?
what is an index? : Sql server database administration