Question: Write one example for the following ALTER TABLE statement: Add a new column Add primary key constraint Add foreign key constraint Modify an existing column
•Add a new column
Step by Step Solution
3.31 Rating (154 Votes )
There are 3 Steps involved in it
Example 1Add a new column ALTER TABLE employees ADD COLUMN age INT Example ... View full answer
Get step-by-step solutions from verified subject matter experts
