what do you understand by a view what does with


What do you understand by a view? What does WITH CHECK OPTION clause for a view do?

- A view is a virtual table which comprises fields from one or more real tables.

- It is generally used to join multiple tables and get the data.

- WITH CHECK OPTION for a view prevents any modification to the data that doesn't confirm to WHERE clause of the view definition.

- This allows data belonging to the view to be updated through view.

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: what do you understand by a view what does with
Reference No:- TGS0354933

Expected delivery within 24 Hours