We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6d056 commit 6d91f4dCopy full SHA for 6d91f4d
README.md
@@ -1 +1,14 @@
1
# python-sql-examples
2
+
3
+The Database Utility Python Script: db_utils.py
4
+MySQL Create Database Python: mysql_create_db.py
5
+MySQL Create Table Python Script: mysql_create_table.py
6
+MySQL Insert Rows Python Script: mysql_insert_rows.py
7
+MySQL Select Rows Python Script: mysql_select_rows.py
8
+MySQL Update Rows Python Script: mysql_update_rows.py
9
+MySQL Join Operations Demo Python Script: mysql_join_ops.py
10
+MySQL Aggregate Functions Demo Python Script: mysql_aggr_ops.py
11
+MySQL Drop Table Python Script: mysql_drop_table.py
12
+MySQL Drop Database Python Script: mysql_drop_db.py
13
+MySQL Python Scripts Launcher Script: db_run_scripts.py
14
+MySQL Combined Python Script: db_uni_demo.py
0 commit comments