Week 8 - DDL & DML
DDL, DML, CREATE, ALTER, DROP, INSERT, UPDATE, DELETE
Week 8 - DDL & DML
In this session, we will cover the fundamentals of Data Definition Language (DDL) and Data Manipulation Language (DML) in SQL. We will learn how to create and modify database structures as well as how to insert, update, delete, and query data.
Goals
- Understand the concepts of DDL and DML in SQL
- Learn how to
CREATE,ALTER, andDROPdatabase objects using DDL- Learn how to
INSERT,UPDATE, andDELETEdata using DML
Slides
Labs
Resources
This post is licensed under CC BY 4.0 by the author.