Database table creation (sqlServer)

1. Give each column of data a good name in excel, eg:

2. Create a new note, paste the column name, add the table name, auto-increment id, etc.

 3. Create a new query in the database, paste the code in and run it

 4. Create table successfully

5. Import the data in the excel table into the database, refer to the previous article

Import the excel table into the navicat database 

Guess you like

Origin blog.csdn.net/qq_45991812/article/details/131845771