Computer Science, asked by monisha2597, 3 months ago

Which view that contains more than one table in the top level FROM clause of the select statement

Answers

Answered by Anonymous
0

Answer:

updatable join views

An updatable join view (also referred to as a modifiable join view) is a view that contains more than one table in the top-level FROM clause of the SELECT statement, and is not restricted by the WITH READ ONLY clause. The rules for updatable join views are shown in the following table.

Explanation:

please mark my ans as brainliest please

Similar questions