From the course: MySQL Database Administration
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Challenge: Creating your own schema and tables - MySQL Tutorial
From the course: MySQL Database Administration
Challenge: Creating your own schema and tables
- [Instructor] Alright, we are ready for your first assignment. So anytime you see a slide like this, it means it's going to be an assignment that you should take away. You'll work on it and then you can come back and watch the solution video. If you've taken one of my other courses, it's a very similar format, so this will be old hat, but for anybody who's new, this is how it will work. You'll get a prompt from one of your clients here, and remember, you're operating as a database consultant, so you'll have clients from various businesses that need you to do various things. You'll go off and work on it, and then I'll walk you through the solution in the next lecture. for this assignment, you've got Tom Strawberry, who's your first client. He needs some help creating a new schema called "Tom's Marketing Stuff." And then he'd like you to add two tables, a publisher's table, and a publisher spend table. The publisher's table should have a publisher ID, which would be an integer, and a…
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)
Creating a schema using the MySQL Workbench UI2m 54s
-
(Locked)
Creating a schema using SQL code4m 27s
-
(Locked)
Creating a table using the MySQL Workbench UI6m 52s
-
(Locked)
Creating a table using SQL code6m 3s
-
(Locked)
MySQL data types5m 40s
-
(Locked)
Challenge: Creating your own schema and tables2m 28s
-
(Locked)
Solution: Creating your own schema and tables12m 1s
-
(Locked)
Adding and removing columns using the MySQL Workbench UI13m 39s
-
(Locked)
Adding and removing columns with SQL code5m 4s
-
(Locked)
Challenge: Adding and removing columns1m 25s
-
(Locked)
Solution: Adding and removing columns6m 59s
-
(Locked)
Dropping schemas and tables6m 45s
-
(Locked)
Challenge: Dropping schemas and tables1m 46s
-
(Locked)
Solution: Dropping schemas and tables2m 22s
-
(Locked)
-
-
-
-
-
-