课程: Advanced SQL Practice: Manage Tables
Let's practice managing tables
- [Scott] Managing a database involves many different tasks, like defining and constructing tables, making changes to existing tables, adding records to tables and retrieving records, and transforming the information they contain. Sometimes these tasks are handled by specialized tools and sometimes they're tasks that are divided up between various roles, which are each responsible for different areas of the overall database management and activity. In this set of code challenges, we'll be building, altering, and using a database that represents the data for a text-based chat application. So we'll be working with things like contacts, messages, attachments, and so on. I'm Scott Simpson, and I hope you'll join me for this set of code challenges to practice database table management. Let's go.