UPDATE statement can on a single table or on the multiple
table?
Answer Posted / govind
yes. But by using views(some) we r able to update the
multiple table
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
How to fetch the next row from a cursor with a "fetch" statement?
List some advantages and disadvantages of stored procedure?
What is left outer join in sql server joins?
Describe the functionalities that views support.
Explain the concept of recursive stored procedure.
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
Can we create clustered index on composite key?
How many joins in sql server?
What is save transaction and save point?
How to view existing indexes on an given table using sys.indexes?
What is blocking and how would you troubleshoot it? : sql server database administration
What are sql server procedures?
What is default constraint in ms sql server?
How to drop an existing user defined function in ms sql server?
What are “lost updates”?