How can you add a column at the end of the tablen you add a column at the end of the table
Answers
Answered by
0
Answer:
first specify the name of the table in which you want to add the new column
second specify the name of the column, it's data type, and constraints if applicable
Answered by
1
Explanation:
to add a new colum to an existing table, you use the alter table add colum
Similar questions