Special welcome gift. Get 50% off your first courses with code “AS50”. Find out more!

HomeInterviewHow can we create a table in MySQL Workbench?
courses 6

How can we create a table in MySQL Workbench?

  • Launch MySQL Workbench and navigate to the Navigation tab, then click on the Schema menu, which displays all previously created databases. 
  • Double-click on any database to open it. It will display the sub-menus from which we must select the Tables option.
  • Select the Tables sub-menu, right-click it, and then choose the Create Table option. 
  • We can also construct a table by clicking the create a new table icon. 
  • It will launch a new popup page where we must enter all the necessary information to construct a table. Enter the table name and then column information here. 
  • After inputting the information, click the Apply button, followed by the Finish button, to complete the table creation.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

Categories

ads sidebar 1

You May Also Like

Oracle has several modes for shutting down the database: In normal mode, the database is shut down by default. It...
Materialized views are items that contain condensed sets of data from base tables that have been summarized, clustered, or aggregated. They...
Every database in Oracle has a tablespace called SYSTEM, which is generated automatically when the database is created. It also...