Advertisements
Advertisements
Question
Pooja created a table 'bank' in SQL. Later on, she found that there should have been another column in the table. Which command is used to add column to the table?
Code Writing
Advertisements
Solution
ALTER TABLE bank
ADD column_name data_type;shaalaa.com
Is there an error in this question or solution?
