Skip to content

sql example 1 - This is a basic example that shows how to use mysql.connector to connect to your database and create a table. In this example we create a table named "person" with two columns: Name and Last Name. The Name is chosen to be char (strange assumption just for this example) so a fixed-length string and Last Name is chose to be varchar…

Notifications You must be signed in to change notification settings

tpalczew/sql-example1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sql-example1

sql example 1 - This is a basic example that shows how to use mysql.connector to connect to your database and create a table. In this example we create a table named "person" with two columns: Name and Last Name. The Name is chosen to be char (strange assumption just for this example) so a fixed-length string and Last Name is chose to be varchar so a variable-length string.

About

sql example 1 - This is a basic example that shows how to use mysql.connector to connect to your database and create a table. In this example we create a table named "person" with two columns: Name and Last Name. The Name is chosen to be char (strange assumption just for this example) so a fixed-length string and Last Name is chose to be varchar…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published