Creating a database table via MySQL Workbench

Creating a database table using MySQL Workbench is relatively straightforward. Let's go through the following steps:

  1. Open MySQL Workbench.
  2. Connect to your local instance or a dev/test instance by clicking on it in MySQL Workbench. Don't perform any of these steps on a live production server:
  1. Click the down arrow next to the new schema that you created in the previous section:
  1. Right-click Tables and select Create Table...:
  1. This will bring up a tab to allow you to fill in the details of your ...

Get Learn SQL Database Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.