Skip to content

Commit ced4610

Browse files
authored
Add Part 4
1 parent 797d54d commit ced4610

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

python-mysql-azure/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ In this tutorial, you will learn how to connect to your Azure Database for MySQL
2424

2525
This tutorial will show you how to use Python to create tables and manipulate data in Azure Database for MySQL.
2626

27+
#### PART 4: Insert data from file in Azure Database for MySQL
28+
<p>
29+
<a href="https://www.foteinisavvidou.codes/insert-data-from-file-in-azure-database-for-mysql/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
30+
<a href="db3.py" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
31+
</p>
32+
33+
In this tutorial, you will use SQL statements to manipulate data in Azure Database for MySQL and learn how to open files in Python.
34+
35+
2736

2837
<br>
2938
<br>

0 commit comments

Comments
 (0)