Answers

Question and Answer:

  Home  Oracle Architecture and Concepts

⟩ What is a View in Oracle?

View is also a data base object which represent the subset of data from one or more tables.. when u select a view it internally refers the table on which it's created ,,when u drop a table the index on that table will be dropped ,, but the view can't dropped .......but if u want to drop view u can drop itdrop view ..;ok friends byeee

 179 views

More Questions for you: