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
How to call a function from a stored procedure in SQL Server ?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What xml support does the sql server extend?
How to see existing views in ms sql server?
Where are stored procedures in sql server?
What is cursors? And what are the different types of cursor?
Can group functions be used in the order by clause in ms sql server?
Ms sql server index?
What is function of master database?
What are the restrictions while creating batches in sql server?
What is dbcc?
What are the disadvantages of using the stored procedures?
What is full outer join in sql server joins?
what stored procedure can you use to display the current processes? : Sql server administration
When would you use sql joins?