How to Create Table from My sql Database 7 Steps


This article is related to the creation of table using MySql database. In this article we will see the easy steps to create a new table by using MySql database and then assigning the primary key to the table. We will see all the steps with the screenshot so that it will be easy to understand for those who are new to the MySql database.

This article is related to the creation of table using MySql database. In this article we will see the easy steps to create a new table by using MySql database and then assigning the primary key to the table. We will see all the steps with the screenshot so that it will be easy to understand for those who are new to the MySql database.

Step 1
==============
Launch MySql and select new MySql connection. Then asking the password box we have enter the text then Lauch our MySql Server.

Select The MySql Connection
Step2
===============
Now open your Mysql management studio . Now type the database name and click apply
Button.
Enter The Database Name
Step3
=======
Get the query for database creation query
Get The Databae Query
Step4
===========
Enter the table name and creation of table
Table Creation Screen
Step 5
============
Create table fields with datatype here ai-> auto increment
in the sql sever we have enter the Identity(1,1) same operation this
Table With Fields Creation
Step6
=======
Here we have get the table script
Get The Table Script
Step7
=========
Select the creation table
Select The Creation Table


Attachments

Comments

No responses found. Be the first to comment...


  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: