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 / guest
10 because
its return max value of that column .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which command is used for user defined error messages?
How to execute a sql statement using odbc_exec()?
How many types of the database links?
How to recompile stored procedure at run time?
What is sql azure database?
Explain what is public role in sql server?
Can we add a cpu to sql server?
What is raid? : SQL Server Architecture
What is a view and what are its advantages?
How important do you consider cursors or while loops for a transactional database?
How can we use ConnectorJ JDBC Driver with MS SQL?
What is multilevel indexing?
What are scheduled tasks in sql server?
How to concatenate two character strings together?
how to avoid cursors? : Sql server database administration