Using Workbench to add a table
Now, you will use MySQL Workbench to create a table in the autoclub
database. You will learn how to add different columns with different datatypes. Additionally, in this section, you will learn the screen layout of the table creation screen.
To create a table, perform the following steps:
- If you do not already have them opened and connected, open MySQL Workbench and click on My First Connection.
- Open the autoclub database. Right-click on Tables and then select Create Table:
A new tab will open, displaying the table design screen, as shown in the following screenshot:
This screen is where you will design your tables. It consists of four main areas, which you will look at before you continue with creating a table:
The following...