Answers for "add column to table with default value plsql"

SQL
0

add column to table with default value plsql

ALTER TABLE user ADD country VARCHAR2(4) DEFAULT 'GB' NOT NULL
Posted by: Guest on October-22-2021

Code answers related to "add column to table with default value plsql"

Code answers related to "SQL"

Browse Popular Code Answers by Language