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 / swapna
The output is 10
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference between commit and rollback when used in transactions?
What is scrollable cursor?
What are the properties of the relational tables?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What are the different types of collation sensitivity?
Why de-normalization required?
What is GUID in sql server?
What is the function of inner join?
What does COMMIT command do?
Is it ok to shrink transaction log?
How to connect to SQL Azure Database by using sqlcmd?
What the different topologies in which replication can be configured?
Define tempdb database?
How do I edit a procedure in sql server?
Explain the creation and execution of a user-defined function in the sql server?