Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
The language of SQL branches into two subjects: Data Definition Language (DDL) and Data Manipulation Language (DML). DDL is synonymous with creating tables, and DML is also known as reading tables using SQL. An analyst must first create tables before they can analyze them, so it’s vitally important to understand DDL. Thankfully, many tools allow you to create tables and perform other DDL operations using the User Interface (UI). However, it’s a core competency in SQL to understand how these tables are created.
By the end of these lessons, you will be able to analyze table contents using DML. This is known as manipulation because you are not altering the data; rather, you are constructing the data to fit the question you are trying to answer. You’ll also learn about DML’s ability to include or exclude certain columns, derive custom columns, order your data based on specific criteria, filter your data to match a particular pattern, and more.
By the end of the lessons you will be able to analyze table contents using DML, write proper syntax to create tables with DDL, use the User Interface to create tables, and write performant queries for data analysis using SQL.
DDL (Data Definition Language) is synonymous with creating tables, while DML (Data Manipulation Language) is known as reading tables using SQL. DML is called manipulation because you construct the data to fit your question rather than altering it.
The course includes three lessons: Creating Data Tables in SQL, Reading Data Tables in SQL, and Analyzing Data Tables in SQL.
The course builds skills in Data Analysis, Data Literacy, Data Manipulation, Data Modeling, Database Analysis, and working with Tabular Data.