ALTER

Learn about the ALTER statement in MariaDB Server. This DDL command allows you to modify the structure of existing database objects like tables, columns, and indexes, without recreating them.

Last updated

Was this helpful?