How to Create Table by using MySQL Workbench GUI | MySQL Development Tutorial

preview_player
Показать описание
Create Table by using MySQL Workbench Graphical User interface is step by step demo in which you are given some basic requirement to for a table. Once you decide the name of columns for a table and table name, you can go to Schema , Right click and click create table.
You will be providing the name of Table. After providing the name of table, you will provide the Column names and data types. You have option to choose different types of constraints such as if you want the column to Primary Key, Unique Key, Not Null, Auto increment , Foreign Key.

link to scripts used in MySQL Developer Tutorial / MariaDB developer Tutorial

MySQL Tutorial for Beginners
MySQL Development Tutorial
MySQL Tutorial for developers
MySQL Development Training
MySQL training for developers
MySQL Workbench Tutorial
MySQL DBA Certification Training
MySQL DBA Tutorial Step by Step
MySQL DBA Training online free
MySQL Real Time DBA Tutorial
MySQL Administration Course step by Step
MySQL Tools for Development and Admin
Рекомендации по теме
Комментарии
Автор

I like the way of explanation.. very nice job... If possible please do some videos on migration activities as well...

vijayt
Автор

very clear. Are you going to create any more videos? Id so can you explain primary key/foreign key relationships and how to link them between different tables?

stuartjohnston