Concepts and Architecture Question:

Can we add a column to view in Oracle?

Tweet Share WhatsApp

Answer:

No, you cant ALTER VIEW to add or remove columns.
Need to recreate view with new column using CREATE OR REPLACE view command

Download Oracle Architecture and Concepts PDF Read All 82 Oracle Architecture and Concepts Questions
Previous QuestionNext Question
What is a Data Segment in Oracle?Which parameter specifies the number of DBWn processes?