UOW CSIT115/CSIT815 Autumn 2018: Data Management - MySQL DDL and DML
VerifiedAdded on 2023/06/13
|9
|843
|375
Homework Assignment
AI Summary
This document presents a solution to a MySQL Data Definition Language (DDL) and Data Manipulation Language (DML) assignment, likely completed for the CSIT115 or CSIT815 Data Management and Security course at the University of Wollongong (UOW) during the Autumn 2018 session. The assignment involves tasks such as importing a database, creating and modifying tables, adding constraints, inserting, updating, and deleting data using SQL queries. Specific operations include adding a 'TotalApplications' column to the 'applicant' table, creating a constraint to limit the number of applications, modifying the 'specification' column in the 'positions' table, and establishing a foreign key relationship between 'applicant' and 'skill' tables. The solution also covers inserting new skills, updating applicant information, and deleting position records. The document includes the SQL commands used to perform these tasks, demonstrating practical application of DDL and DML concepts in MySQL.
1 out of 9