Department of Computing - Database Design and SQL Queries
VerifiedAdded on  2021/09/17
|15
|1095
|122
Practical Assignment
AI Summary
This assignment solution from the Department of Computing's Business Information Systems program demonstrates a comprehensive understanding of database design principles. It begins by identifying entities, primary keys, and foreign keys within a business context. The solution then presents logical Entity Relationship Diagrams (ERDs) to visually represent the database structure. Crucially, the document includes detailed SQL code, with CREATE TABLE and INSERT INTO statements for various entities such as Products, Sets, Customer, Orders, Payment, and Salesman. The solution also incorporates the creation of tables for relationships between entities (order_sets, salesman_sets, and products_sets). Finally, the assignment concludes with example SQL queries, including aggregation and selection queries, to retrieve and manipulate data from the database, showcasing practical application of database concepts.
1 out of 15