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
What command do we use to rename a database?
What is temporary stored procedure?
How do I find the query plan in sql server?
Suggest a method of joining two tables.
What is acid db?
What are trace files?
What happens to a trigger with multiple affected rows?
Explain table valued parameters in sql server? Why tvp used?
What is the difference between a stored procedure and a user defined function?
What are partitioned views?
List the different types of joins?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is cross join in sql server joins?
How do you debug a procedure in sql server?
What is collation sensitivity?