Skip to content

Commit 6d91f4d

Browse files
authored
Update README.md
Add brief description for each of the scripts
1 parent 5a6d056 commit 6d91f4d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# 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

Comments
 (0)