Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3 . 1 Suppose you need to design a Database for a start - up company. The company needs to be able to track all

3.1 Suppose you need to design a Database for a start-up company. The company needs to be able to track all its employee details such as names, addresses, emergency contacts, the age, race, home language, and department the employee works for. Provided you only have two departments (IT and Sales), create a mini database structure using SQL to reflect the two tables. Show any relationships that may exist between the two tables (Employee and Department), use appropriate data types for your column attributes. (10)
3.3 Convert the following report into a set of 3NF tables. Clearly describe and show each step. You only need to provide relational schema. (25)
\table[[\table[[EMP_I],[D]],\table[[EMP_NAM],[E]],\table[[EMP_SU],[R]],\table[[POS_I],[D]],\table[[POS_DES],[C]],\table[[DEP_I],[D]],\table[[DEP_DES],[C]],\table[[SALAR],[Y]]],[78990,Quade,Griffiths,8,Manager,,,45000],[73220,Aphelele,Zuma,7,\table[[Programm],[er]],1,Spouse,38000],[76440,Kwanele,George,7,\table[[Programm],[er]],,,25000],[79001,Mandisa,\table[[Makhany],[a]],7,\table[[Programm],[er]],2,\table[[Spouse,],[Girl]],38000],[77991,Blake,Joseph,7,\table[[Programm],[er]],4,Girl, Boy,25000]]
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions