University Database Assignment: Home Inventory Database Design and SQL
VerifiedAdded on  2019/09/16
|7
|800
|134
Homework Assignment
AI Summary
This assignment presents a home inventory database implemented using MySQL Query Browser. The solution includes the creation of database tables such as USERS, INSURANCE_COMPANY, ALL_ITEM_DETAILS, ITEM_PICTURES, and ITEM_INSURANCE_DETAILS. SQL commands are provided for creating the database, defining table structures, and inserting data. Select statements are used to display data, including queries to filter based on conditions and join data from multiple tables. Security measures involve a separate USERS table with login credentials and user types (ADMIN/NORMAL) to control access and permissions. The strategy for testing, collecting feedback, and making future updates includes designing the database to avoid anomalies and accommodate future requirements. The approach for validating effectiveness focuses on data integrity, such as preventing duplicate item pictures and ensuring unique item IDs to eliminate data redundancy, along with the ability to store multiple images for a single item.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
1 out of 7