1.

What Is The Advantage Of Referring Tables Indirectly Using Views?

Answer»

REFERENCING tables indirectly using views ALLOWS:

  • ADDING columns to the table without invalidating DEPENDENT views or dependent PL/SQL objects
  • Modifying or DELETING columns of the table that are not referenced by the view without invalidating the dependent objects

Referencing tables indirectly using views allows:



Discussion

No Comment Found