1 00:00:00,180 --> 00:00:00,840 Hey there. 2 00:00:00,870 --> 00:00:02,110 Welcome to the next section. 3 00:00:02,130 --> 00:00:04,140 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 for 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:21,290 compared to, I don't know, just a programming language. 10 00:00:21,300 --> 00:00:22,310 What's the difference? 11 00:00:22,320 --> 00:00:26,940 And then we talk about the difference between SQL, SQL and my SQL. 12 00:00:26,970 --> 00:00:33,240 A really common question and something that's basically fundamental to all databases or all relational 13 00:00:33,240 --> 00:00:34,650 databases, at least. 14 00:00:35,040 --> 00:00:38,260 And then from there, we're going to move into installing stuff. 15 00:00:38,280 --> 00:00:40,130 Really important step for this course. 16 00:00:40,140 --> 00:00:41,970 You'll install my SQL. 17 00:00:42,000 --> 00:00:43,020 Get it up and running. 18 00:00:43,020 --> 00:00:48,000 And by the end of the section for some of the challenges and exercises, you'll be running your first 19 00:00:48,000 --> 00:00:50,550 bit of my SQL code, so nothing crazy. 20 00:00:50,550 --> 00:00:53,250 We're not working with any complex data yet. 21 00:00:53,250 --> 00:00:54,890 We will be, but not yet. 22 00:00:54,900 --> 00:00:59,100 We're starting off nice and easy, just some simple commands, but still it's something. 23 00:00:59,100 --> 00:01:01,290 So by the end of the section, we'll be doing that. 24 00:01:01,440 --> 00:01:02,670 All right, let's get going.