ALTER TABLE changes the structure of a table. For example, y...

Próximas questões
Com base no mesmo assunto
Q2421422 Inglês

ALTER TABLE changes the structure of a table. For example, you can add or delete columns, create or destroy indexes, change the type of existing columns, or rename columns or the table itself. You can also change characteristics such as the storage engine used for the table or the table comment. To use ALTER TABLE, you need ALTER, CREATE, and INSERT privileges for the table. Renaming a table requires ALTER and DROP on the old table, ALTER, CREATE, and INSERT on the new table. Following the table name, specify the alterations to be made. If none are given, ALTER TABLE does nothing.


Available at: . Accessed on: 6 Mar. 2021.


According to the text, what are all of the permissions necessary on the new table for the user to rename it?

Alternativas