Computer Science, asked by Nylucy, 4 months ago

How to Create a table in MYSQL?​

Answers

Answered by Anonymous
3

To create a table in MYSQL:-

  1. Open a blank Word document.
  2. In the top ribbon, press Insert.
  3. Click on the Table button.
  4. Either use the diagram to select the number of columns and rows you need, or click Insert Table and a dialog box will appear where you can specify the number of columns and rows.
  5. The blank table will now appear on the page.

i hope it will help you

Answered by ANSH7761
6

✶ Use a CREATE TABLE statement to specify the layout

of your table:

Attachments:
Similar questions