1 00:00:00,180 --> 00:00:00,840 Hey there. 2 00:00:00,870 --> 00:00:02,130 Welcome to the next section. 3 00:00:02,160 --> 00:00:04,150 So this section is really important. 4 00:00:04,170 --> 00:00:06,480 It's where we actually start talking about code. 5 00:00:06,510 --> 00:00:08,160 It's where we install everything. 6 00:00:08,160 --> 00:00:11,260 And by the end, you'll be running your own SQL commands. 7 00:00:11,280 --> 00:00:13,050 So some big things we're doing. 8 00:00:13,410 --> 00:00:18,210 To start off, we're just going to talk about what makes something in database, what makes a database 9 00:00:18,210 --> 00:00:22,310 compared to, I don't know, just a programming language, what's the difference? 10 00:00:22,320 --> 00:00:26,940 And then we talk about the difference between SQL SQL and my SQL. 11 00:00:26,970 --> 00:00:33,240 A really common question and something that's basically fundamental to all databases or all relational 12 00:00:33,240 --> 00:00:34,650 databases at least. 13 00:00:35,040 --> 00:00:38,260 And then from there, we're going to move into installing stuff. 14 00:00:38,280 --> 00:00:40,130 Really important step for this course. 15 00:00:40,140 --> 00:00:45,900 You'll install my SQL, get it up and running, and by the end of the section for some of the challenges 16 00:00:45,900 --> 00:00:49,490 and exercises, you'll be running your first bit of my SQL code. 17 00:00:49,500 --> 00:00:50,550 So nothing crazy. 18 00:00:50,550 --> 00:00:53,250 We're not working with any complex data yet. 19 00:00:53,250 --> 00:00:54,880 We will be, but not yet. 20 00:00:54,900 --> 00:00:56,580 We're starting off nice and easy. 21 00:00:56,580 --> 00:00:59,100 Just some simple commands, but still it's something. 22 00:00:59,100 --> 00:01:01,320 So by the end of the section we'll be doing that. 23 00:01:01,440 --> 00:01:02,670 All right, let's get going.