UPDATE statement can on a single table or on the multiple
table?
Answer Posted / swati tripathi
single table only
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is it unwise to create wide clustered index keys?
What is the default sql server instance name?
Detail about the hardware which is supported by SQL server?
Explain the truncate command? : SQL Server Architecture
How can we improve performance by using SQL Server profiler?
What is the need for group functions in sql?
What happens if strings are casted into wrong code pages in ms sql server?
Why use update_statistics command in sql server?
What do you understand by recursive stored procedures?
What are information schema views?
What are scalar functions in sql?
How to create percentile function?
What do you understand by hotfixes and patches in sql server?
What is use of except clause? How does it differ from not in clause?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.