Learn DML Through Practice
Learn the DML statements by practicing them with an exercise.
We'll cover the following...
Problem
All the problems below refer to the table.
Dept.Department Table
DepartmentID | DepartmentName |
1 | Marketing |
2 | Development |
3 | Sales |
Part A
Insert data into the Dept.Department table that we have created. For example, the DepartmentName of Marketing must have a ...
Ask