From the course: Learning MySQL Development

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Challenge: Explore the built-in databases

Challenge: Explore the built-in databases - MySQL Tutorial

From the course: Learning MySQL Development

Challenge: Explore the built-in databases

(upbeat music) - [Instructor] In this challenge, you'll be exploring the built-in MySQL tutorial databases. If you installed the default installation of the MySQL Community Edition, you should see the world and Sakila databases in the Workbench Navigator pane. See if you can explore the contents of those databases and get a feel for navigating in the workbench, and see how the example data fits together. Specifically, try to select data from at least one table, and to view the structure of one other table. Be careful not to accidentally drop any tables or databases.

Contents