From the course: SQL Essential Training
Analysis and administration - SQL Tutorial
From the course: SQL Essential Training
Analysis and administration
- Before we do anything else, I want to pause and recognize the great strides that got us to this point. You deserve an official shout out for being determined, sticking with it, pushing through, and taking this step that's bound to future-proof your career. Okay. We've learned a lot of commands and clauses and statements that allow us to respond to data inquiries and discover trends, insights, and opportunities. However, how would we respond if we were tasked by WSDA music with adding a new employee to the database or updating a customer's phone number or deleting a song from the catalog? Every one of these actions, adding, updating, and deleting changes or manipulates the data in our database in some way. In SQL, there are a few specific set of commands that together are called data manipulation language or DML for short and these are SQL statements used to change or alter data stored in the tables of a database. DML is more commonly used in roles, such as database developer and database administrator that oversee the growth, improvement, and management of the company's database. Let's take a look at some of the various DML statements that can change or alter the data in our WSDA music database.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.