MIS602 Data Modeling and Database Design: Programming Evaluation
VerifiedAdded on 2022/08/28
|4
|706
|27
Practical Assignment
AI Summary
This assignment solution demonstrates practical database design and SQL programming skills. It begins by creating tables for employees, departments, and salaries, defining primary and foreign keys, and specifying data types. The solution then inserts sample data into these tables, showcasing the use of INSERT statements. The core of the assignment involves writing SQL queries to retrieve and manipulate data, including SELECT statements with various clauses like WHERE, JOIN, GROUP BY, and ORDER BY. The solution also includes a review of the SQL code, highlighting the use of DDL and DML statements. The reviewer provides suggestions for improvement, such as using the LIKE operator and check constraints, and suggests additional resources for learning SQL. Finally, the assignment brief outlines the tasks, including creating tables, inserting data, and writing specific SQL queries to retrieve information from the database. The assignment is designed to evaluate the student's understanding of database design principles and their ability to implement SQL queries to manage and retrieve data.
1 out of 4