|
Can one add columns to a table after it has been defined?
COBOL SQL Interview Questions
(Continued from previous question...)
Can one add columns to a table after it has been defined?
Yes. one can add column to a table after it has been defined by using the SQL ALTER TABLE statement.
(Continued on next question...)
Other Interview Questions
|