0 votes
in Oracle by
What do you mean by a view in SQL terminology?

1 Answer

0 votes
by

A query is added to any view in order to define specific rows and columns of the table. The view is a type of virtual table. Read-only and read-write views are available types of views.

...