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 / bhagat
output will be 10.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
if no size is defined while creating the database, what size will the database have? : Sql server administration
How to define output parameters in stored procedures?
How do I delete a sql server database?
What is the server name for sql management studio?
What are rest-style architecture's?
How to list all field names in the result set using mssql_field_name()?
How do I know if localdb is running?
Do you know concepts and capabilities of sql server?
Explain hostprotectionattribute in sql server 2005?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
How to fetch the next row from a cursor with a "fetch" statement?
When to use Inner join & when to use subquery?
Can we do dml on views?
What is sub-query in sql server?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?