Post

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

  1. Understand the concepts of DDL and DML in SQL
  2. Learn how to CREATE, ALTER, and DROP database objects using DDL
  3. Learn how to INSERT, UPDATE, and DELETE data using DML

Slides

  • DDL & DML:
  • SQL Review:

Labs

Resources

This post is licensed under CC BY 4.0 by the author.

Trending Tags