1 00:00:00,480 --> 00:00:01,080 Hey there. 2 00:00:01,110 --> 00:00:01,890 It's me again. 3 00:00:01,920 --> 00:00:04,090 It's time for yet another one of these videos. 4 00:00:04,110 --> 00:00:08,400 This time we are diving into section three, a really important section. 5 00:00:08,400 --> 00:00:12,840 And yes, you could probably say that about everything in this course, but this is where we really 6 00:00:12,840 --> 00:00:13,560 get going. 7 00:00:13,560 --> 00:00:14,640 It's really crucial. 8 00:00:14,640 --> 00:00:20,910 In the last section, it's true we did run our first MySQL commands, but if we're being honest, they're 9 00:00:20,910 --> 00:00:22,800 a little bit underwhelming, kind of lame. 10 00:00:22,800 --> 00:00:26,040 They didn't do much in this section that actually changes. 11 00:00:26,040 --> 00:00:31,920 We see our first commands around data, so we'll be able to make a new database or delete a database, 12 00:00:31,920 --> 00:00:37,980 and then inside of those databases we'll start working with tables which are kind of the fundamental 13 00:00:37,980 --> 00:00:40,860 structure in all of SQL and MySQL. 14 00:00:40,860 --> 00:00:42,180 So really important stuff. 15 00:00:42,180 --> 00:00:46,980 And by the end of the section, we'll actually throughout the entire section are sprinkled a bunch of 16 00:00:46,980 --> 00:00:53,790 exercises around commands that will learn things like creating databases, using and switching to databases, 17 00:00:53,790 --> 00:00:56,280 and then creating tables and describing tables. 18 00:00:56,280 --> 00:00:58,050 So a bunch of challenges coming up. 19 00:00:58,200 --> 00:01:03,090 But like I said, this is a really important turning point where we actually get past all the garbage 20 00:01:03,090 --> 00:01:05,519 around setting stuff up, installing. 21 00:01:05,519 --> 00:01:08,220 Now we're actually doing real MySQL stuff. 22 00:01:08,220 --> 00:01:09,210 So let's get going.