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.
Challenge: Importing refund data - MySQL Tutorial
From the course: Advanced MySQL Database Administration
Challenge: Importing refund data
- [Instructor] All right, we're ready for your next assignment, which is on importing refund data into the database. Just like your last assignment, your CEO Sally is coming to you with data she has in a CSV file and she's looking for your help getting this into the database after you create a new table. The table you'll need to create is called "Order Item Refunds". The data that you'll be inserting relates to items which customers have been given a refund for. Some quick hints, make sure to have the Maven Bear Builders set as your default schema. Then create a new table with the columns that you see here, and make sure to use the appropriate data types. This should feel really similar to your last assignment. You're basically doing the same thing, creating a table, and then loading the data. If you struggled with that one, this should be another chance to go through it on your own. If you did well the first time around, this should really reinforce that concept and it's a concept…
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)
-
-
-
-
-
-
-
-
-
-