From the course: Advanced MySQL Data Analysis
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
USE mavenfuzzyfactory; - MySQL Tutorial
From the course: Advanced MySQL Data Analysis
USE mavenfuzzyfactory;
- [Instructor] All right, now that we've walked through the database, I'm going to cover the first SQL statement, which is the USE statement. This is pretty simple and it may be review for a lot of you. So if you already know what USE does, go ahead and skip over this. If this is new to you, I think it's pretty important, and we'll do it pretty quick. You may encounter an error that says "no database selected," or you may see an error that says, "table name does not exist in the schema that you're trying to query." The typical underlying cause of this error is you haven't selected the right database schema. So the way that you can do that is by running a statement USE, followed by the schema name that you're going for. So in this course we're always going to use the mavenfuzzyfactory schema, so you can add USE to the top of every query that you have and it will prevent this error from happening. I think the best way to explain this is to run a live demo. So I'm going to jump into…
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
-
-
-
-
Introduction25s
-
MySQL installation overview2m 27s
-
Mac download: Community Server4m 53s
-
Mac download: MySQL Workbench2m 50s
-
PC download: Community Server + Workbench7m 41s
-
Connecting Workbench to the server2m 20s
-
(Locked)
MySQL Workbench interface1m 34s
-
(Locked)
Creating the Maven Fuzzy Factory database7m 52s
-
(Locked)
Getting to know the database4m 20s
-
(Locked)
USE mavenfuzzyfactory;2m 26s
-
-
-
-
-
-
-
-
-