1.

Views are not updatable.(a) True(b) FalseI got this question in unit test.I'd like to ask this question from Using Views topic in division Using SQL to Manage Data of MySQL

Answer»

The correct answer is (b) False

Explanation: In MySQL, some ‘Views’ are updatable. The OPERATORS ‘INSERT’, ‘DELETE’ and ‘UPDATE’ can be used. They can be operated on the ‘Views’ to MAKE changes to it. A table can be created and SET as a VIEW.



Discussion

No Comment Found

Related InterviewSolutions