Computer Science, asked by siya40000, 4 months ago

which command is used to rename a column a table explain it examples​

Answers

Answered by Anonymous
1

Answer:

alter command

Explanation:

it will help

l hope

Answered by JustinSeagull23
6

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'.

Hope this helps!!

Similar questions