1 00:00:00,150 --> 00:00:04,170 Hey, everyone, just a quick note about this section and the following section. 2 00:00:04,170 --> 00:00:08,360 Both have to do with this Instagram schema that we're creating. 3 00:00:08,370 --> 00:00:14,010 Users, photos, comments, likes, follows, hashtags, photo tags, all of this stuff. 4 00:00:15,060 --> 00:00:20,310 What I want to tell you is that this section in the following section I'm actually keeping from the 5 00:00:20,310 --> 00:00:24,240 original version of this course, and it still works completely fine. 6 00:00:24,240 --> 00:00:26,580 All the data is the same, all of the commands are the same. 7 00:00:26,580 --> 00:00:29,880 The only difference is the interface that you'll see in the videos. 8 00:00:29,880 --> 00:00:30,960 It's slightly different. 9 00:00:30,960 --> 00:00:37,110 So up here you'll see the code that I'm running, and down here you'll see the command line. 10 00:00:37,110 --> 00:00:40,080 It's exactly the same as what you see here. 11 00:00:40,080 --> 00:00:44,580 I mean, it looks different, but it's the same concept where I have my workbench, I can have my files 12 00:00:44,580 --> 00:00:46,320 and then I have the command line. 13 00:00:46,320 --> 00:00:51,090 But the major difference that is really nice about the workbench is that I can just click the lightning 14 00:00:51,090 --> 00:00:52,380 bolt to run this script. 15 00:00:52,380 --> 00:00:54,690 We've seen this many, many, many times. 16 00:00:54,690 --> 00:01:00,780 I don't have to do anything fancy to run this script, but in this section and in the following section, 17 00:01:00,780 --> 00:01:03,630 you'll see me having to type a command called Source. 18 00:01:03,910 --> 00:01:07,350 You see at the bottom here, Source Instagram slash starter data. 19 00:01:07,710 --> 00:01:15,330 I'm trying to run this SQL file and get it to execute as SQL, but we don't have to do that because 20 00:01:15,330 --> 00:01:18,210 again, we can just use the workbench and click the lightning bolt. 21 00:01:18,210 --> 00:01:21,300 So that's the only difference in terms of functionality. 22 00:01:21,300 --> 00:01:23,040 Otherwise it's just the appearance. 23 00:01:23,040 --> 00:01:26,040 I guess things look slightly different and that could also be jarring. 24 00:01:26,040 --> 00:01:30,750 So I don't want to just shoehorn it in here, not tell you anything and pretend that it's the same. 25 00:01:31,080 --> 00:01:37,860 But this is a really fun section, I think, and it was worth including, but it does look slightly 26 00:01:37,860 --> 00:01:38,100 different. 27 00:01:38,100 --> 00:01:39,060 So just keep that in mind. 28 00:01:39,060 --> 00:01:45,060 And again, you'll be doing everything in the workbench or whatever editor you use if it's DB Gate or 29 00:01:45,060 --> 00:01:50,460 some other competitor and then click whatever button you need to click to execute the query. 30 00:01:50,490 --> 00:01:52,710 Much, much easier than having to type a command.