From the course: Advanced MySQL Database Administration
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Bonus: Load data - MySQL Tutorial
From the course: Advanced MySQL Database Administration
Bonus: Load data
- [Instructor] All right, in this next lecture we're going to be talking about LOAD DATA. LOAD DATA is going to be a self-study concept, so it's not officially part of this course. We're not going to have any assignments. We won't actually be supporting questions in the Q&A forums regarding LOAD DATA, but I wanted you to understand that it exists, because this can be a really important thing when you're actually out there in the real world. I'll explain more about this in a moment. This is another method for importing large datasets into a MySQL database. We already covered how to do that with the data import wizard. This is a way that you can do that with code. So one major benefit is that LOAD DATA can be faster, and when your datasets get very large, this is actually going to be material for you. Then the second major advantage is that you can employ the help of an engineer to automate a script using LOAD DATA, which will bring the data into the database on a recurring basis…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Overview of create, insert, and delete1m 48s
-
(Locked)
Review: Creating a schema3m 24s
-
(Locked)
Review: Creating a table7m 7s
-
Review: Inserting records into a table10m 19s
-
(Locked)
Review: Deleting records10m 40s
-
(Locked)
Importing data from a file10m 21s
-
(Locked)
Challenge: Importing order item data1m 11s
-
(Locked)
Solution: Importing order item data10m 56s
-
(Locked)
Challenge: Importing refund data1m 32s
-
(Locked)
Solution: Importing refund data5m 1s
-
(Locked)
Challenge: Deleting records1m 36s
-
(Locked)
Solution: Deleting records4m 40s
-
(Locked)
Challenge: Import remaining 2012 data45s
-
(Locked)
Solution: Import remaining 2012 data5m 37s
-
(Locked)
Bonus: Load data4m 44s
-
(Locked)
-
-
-
-
-
-
-
-
-
-