Lesson 7Database Management Using DDL

SQL comes in two flavors: data definition language (DDL) and data management language (DML). DDL is used to define and create the database and its structure, including tables, indexes, and relationships between tables. DML is primarily used to manipulate the data stored within that storage. In this lesson, we will look closely at DDL and create a database based on a defined ERD.

DATABASE MANAGEMENT

As a new developer, you are not likely to have to manage data at the database level, but it is useful to understand the steps if you choose to work on your own database or in the event you do become a database administrator later.

DDL statements are used to create and manage databases. Regardless of the relational database management system (RDBMS) that will manage the database, a database must be created ...

Get Job Ready SQL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.