-
Learn how to create and modify your own database tables as we work through a real-life example! We'll talk about how to choose the right structure for a database and then see how we can implement that structure.
Overview
Syllabus
-
Creating and Modifying Database Tables
Learn how to create and modify your own database tables as we work through a real-life example! We'll talk about how to choose the right structure for a database and then see how we can implement that structure using Data Definition Language (DDL).
Chevron 9 steps-
Planning the Database
3:04
-
Creating a Table
5:19
-
Data Types in SQLite
4:40
-
Creating a Table
1 objective
-
Creating the Ticket Holders Table
5:43
-
Creating the Tickets Table
5:12
-
Making Changes to a Database
3 objectives
-
Altering Tables
3:25
-
Altering a Table
1 objective
-