Answers

Question and Answer:

  Home  Oracle Architecture and Concepts

⟩ Can we add a column to view in Oracle?

No, you cant ALTER VIEW to add or remove columns.

Need to recreate view with new column using CREATE OR REPLACE view command

 200 views

More Questions for you: