Answers for "sql add column to view"

SQL
0

oracle sql alter view add column

-- Views cannot be altered, they have to be recreated

-- If you want to add columns then just run the CREATE OR REPLACE VIEW 
-- statement again with a different select.
Posted by: Guest on April-23-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language