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 / ravikumarayyapu
Output is 10.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
What is SQL Azure Firewall?
how many clustered indexes can be created on a table? : Sql server database administration
What is sleeping status in sql server?
What is the stuff and how does it differ from the replace function?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What happens if null values are involved in bitwise operations?
What is reference section?
How do you identify a foreign key?
What are the different types of cursor?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
Why use sub query in sql server and list out types of sub queries?
What is a data source file?
What is a transactions?
What is de-normalization and what are some of the examples of it?