which command is used to rename a column a table explain it examples
Answers
Answered by
1
Answer:
alter command
Explanation:
it will help
l hope
Answered by
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
Political Science,
2 months ago
English,
2 months ago
Social Sciences,
2 months ago
Math,
4 months ago
English,
11 months ago