MySQL

Technical Article

Python 3 Script for Generating SQL Insert Statements from CSV Data

  • Script

This Python 3 script is designed to take CSV file data pasted into the csv_data variable and generate SQL insert statements that can be used to insert the data into a MySQL database. The script is easy to use and can save you a lot of time when working with large amounts of data.

You rated this post out of 5. Change rating

2023-05-08 (first published: )

5,799 reads

External Article

Backing up MySQL Part 1: mysqldump

  • Article

mysqldump is one of the most popular database backup tools in the MySQL world. The tool is prevalent partly because it’s very basic and quite powerful – mysqldump database backup tool is command line-based, very simple and very straightforward to use. As far as MySQL or its flavors (MariaDB and Percona Server) are concerned, this command line-based tool is one of the top choices for junior and senior database engineers across the world alike.

2022-11-09

External Article

Introducing the MySQL INSERT statement

  • Article

In the previous article in this series, I introduced you to the SELECT statement, one of several SQL statements that fall into the category of data manipulation language (DML), a subset of statements used to query and modify data. Another DML statement is the INSERT statement, which lets you add data to MySQL tables, both permanent and temporary. This article covers the INSERT statement and the different ways you can use it to add data.

2022-11-02

Blogs

Overcoming Imposter Syndrome: A Plan

By

My most recent bout with imposter syndrome was with ISACA’s Digital Trust Ecosystem Framework...

Advice I Like: Celebrate Success

By

“On the way to a grand goal, celebrate the smallest victories as if each...

Programmatically Retrieving MLV Lineage and Refresh Times

By

Materialized lake views (MLVs) in Microsoft Fabric are an effective way to implement medallion...

Read the latest Blogs

Forums

BCA KCP Mal Taman Anggrek Telpon/WA:08213111185

By riandoalvaro

BCA KCP Mal Taman Anggrek Telpon/WA:08213111185 Jl. Letjen S. Parman No.Kav. 21 Lower Ground...

BCA KCP Tomang Raya Telpon/WA:08213111185

By riandoalvaro

BCA KCP Tomang Raya Telpon/WA:08213111185 Jl. Tomang Raya No.64, Jatipulo, Kec. Palmerah, Kota Jakarta...

BCA KCP Rantai Mulia Kencana Telpon/WA:08213111185

By riandoalvaro

BCA KCP Rantai Mulia Kencana Telpon/WA:08213111185 Jl. Pesanggrahan Jl. Puri Kencana No.28 29, Kembangan...

Visit the forum

Question of the Day

Increase Deadlock Detection

How can I alter the deadlock detection interval to 2 seconds instead of 5 seconds on my SQL Server 2025 instance?

See possible answers