Computer Science, asked by Bgabab, 4 months ago

change the name appearing on a lable: ______

Answers

Answered by chhayatrivedi11
0

Answer:

"ALTER TABLE `table_name`" is the command that tells MySQL server to modify the table named `table_name`.

"ADD COLUMN `column_name` `data_type`" is the command that tells MySQL server to add a new column named `column_name` with data type `data_type'.

Let's suppose that

Similar questions