UPDATE statement can on a single table or on the multiple
table?

Answers were Sorted based on User's Feedback



UPDATE statement can on a single table or on the multiple table?..

Answer / govind

yes. But by using views(some) we r able to update the
multiple table

Is This Answer Correct ?    17 Yes 4 No

UPDATE statement can on a single table or on the multiple table?..

Answer / sisira sahu

single table

Is This Answer Correct ?    10 Yes 1 No

UPDATE statement can on a single table or on the multiple table?..

Answer / bapi

single table

Is This Answer Correct ?    2 Yes 0 No

UPDATE statement can on a single table or on the multiple table?..

Answer / swati tripathi

single table only

Is This Answer Correct ?    2 Yes 0 No

UPDATE statement can on a single table or on the multiple table?..

Answer / sandeep

single table.

View is updatable if it is a only one table reference view.

Is This Answer Correct ?    3 Yes 1 No

UPDATE statement can on a single table or on the multiple table?..

Answer / sam

single

Is This Answer Correct ?    2 Yes 0 No

UPDATE statement can on a single table or on the multiple table?..

Answer / vimal

SINGLE TABLE

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More SQL Server Interview Questions

What is sub query and its properties?

1 Answers  


What is the difference between insensitive and scroll cursor?

1 Answers  


what is a join? : Sql server database administration

1 Answers  


What is table constraint?

1 Answers  


What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?

1 Answers  


How to drop existing indexes in ms sql server?

1 Answers  


What does the update command do?

1 Answers  


how we can count records as a group of days like sum of records for(four mondays),(four tuesday)........ in a month. group the column for weekdays.

1 Answers  


What is the disadvantage of using subquery exact after a select statement?ex. select (select * from sometable)

1 Answers  


Explain the cursor lock types?

1 Answers  


How to restore performance issues and how to check?

1 Answers  


Can group by be used without aggregate functions?

1 Answers  


Categories