1 00:00:00,120 --> 00:00:01,290 Hey, welcome back. 2 00:00:01,320 --> 00:00:05,340 So this section, as you may have guessed, we're continuing on with our book data. 3 00:00:05,430 --> 00:00:07,200 We're not doing cats, we're doing books. 4 00:00:07,620 --> 00:00:13,890 And primarily what we're going to do is focus on some more advanced MySQL features, things like limiting 5 00:00:13,890 --> 00:00:16,800 the number of results that we get back instead of 10,000. 6 00:00:16,800 --> 00:00:18,060 I want five. 7 00:00:18,090 --> 00:00:20,570 Then we'll see how to do things like sorting our results. 8 00:00:20,580 --> 00:00:27,530 I want the top five books sorted by sales or sorted by title, alphabetically or by genre. 9 00:00:27,540 --> 00:00:28,950 All sorts of things we can do. 10 00:00:28,950 --> 00:00:33,540 And then from there, of course, at the end we're going to have some fun exercises and challenges to 11 00:00:33,540 --> 00:00:34,440 wrap everything up. 12 00:00:34,440 --> 00:00:35,580 So let's get started.