1 00:00:00,540 --> 00:00:04,730 Congratulations on traversing these database operations with CRUD. 2 00:00:04,730 --> 00:00:08,350 There are many more features that you can add to this application, and 3 00:00:08,350 --> 00:00:11,220 I encourage you to give some of them a try. 4 00:00:11,220 --> 00:00:14,610 I've added a few ideas in the notes associated with this video, but 5 00:00:14,610 --> 00:00:19,250 start using the app and I'm sure you'll come up with your own ideas as well. 6 00:00:19,250 --> 00:00:23,220 Databases aren't the only place you'll use these CRUD principles. 7 00:00:23,220 --> 00:00:27,460 Any time you're working with data, you'll have to consider creating, reading, 8 00:00:27,460 --> 00:00:33,565 updating and deleting that data, from APIs to file or text-based solutions. 9 00:00:33,565 --> 00:00:36,175 Understanding how to manipulate that data 10 00:00:36,175 --> 00:00:39,765 is vital to your ability to utilize information. 11 00:00:39,765 --> 00:00:42,585 So go forth and conquer that data. 12 00:00:42,585 --> 00:00:45,065 And in so doing, have fun and keep learning.