CREATE TABLE `countries` ( `country_id` INT, `country_name` VARCHAR(30), `region_id` INT ); ``` #### Output : ```no-highlight mysql> desc countries ...
#### Data Definition Language (DDL) commands are used to define or alter the structure of the database. * `CREATE`: [To create databases and database objects](https ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results