MIS602: Practical Assessment on Data Modelling and Database Design
VerifiedAdded on 2022/10/11
|10
|1825
|14
Practical Assignment
AI Summary
This assignment solution demonstrates data modeling and database design principles through the creation and manipulation of database tables using SQL. The solution starts by creating three tables: `salary`, `employee`, and `department`, with appropriate data types and keys. It then populates these tables with sample data, including employee details, salary levels, and department information. The core of the assignment involves writing a series of SQL queries to extract and modify data. These queries cover a range of operations, including selecting all data, filtering data based on various criteria (salary ranges, job titles, and date of hire), updating salaries, deleting records, and performing aggregate functions such as counting employees and calculating salary sums per department. The solution also includes the addition of new employee records and a bibliography of relevant database systems and design resources.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
1 out of 10