Computer Science, asked by yadavdevesh6877, 9 months ago

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 dameka
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 vinithabinu1979
1

Explanation:

to add a new colum to an existing table, you use the alter table add colum

Similar questions