Essay Available:
You are here: Home → Lab Report → IT & Computer Science
Pages:
7 pages/≈3850 words
Sources:
No Sources
Level:
APA
Subject:
IT & Computer Science
Type:
Lab Report
Language:
English (U.S.)
Document:
MS Word
Date:
Total cost:
$ 39.95
Topic:
Database Design: Description Balance Budget (Lab Report Sample)
Instructions:
draw an entity diagram, create sql queries and normalize tables
source..Content:
Part A
TASK 1
PART 2
TASK1
Student ID, Name, Address, DOB, Mobile, Service ID, description, budget allocated, budget balance, Officer id, officer name
First Normal form
No repeating groups
Student table
Student ID, Name, Address, DOB, Mobile, Officer id, officer name
Service table
Student ID, Service ID, description, budget allocated, budget balance
Second Normal form
Remove partial dependencies
Budget (student id, Budget allocated, Budget balance)
Service (Student id, Service ID, Service Description)
THIRD NORMAL FORM
Remove transitive dependency
Student (Student ID, name, Address, DOB, Mobile)
Officer(officer ID, Officer name, Student ID)
b)
STUDENT TABLE
Student ID, Student Name, DOB, Mobile, Address, Email
SERVICE TABLE
Service ID, Description, Balance Budget
OFFICER TABLE
Officer Name, Officer ID, Balance Budget
Enrolment Table
Student ID, subject code, year, semester
Exam Table
Student ID, Subject code, Result, Grade
Subject Table
Subject code, Subject description, course ID, Teacher ID
Course Table
Course ID, Course Description
Teacher Table
Teacher ID, Teacher Name, Home phone, Mobile phone, Work phone, Teacher Address, Mentor ID
TASK 2
- ERD Diagrams
- Logical data model
- Schema
- Create database in mysql
Get the Whole Paper!
Not exactly what you need?
Do you need a custom essay? Order right now:
Other Topics:
- Lab Report Network Assessment and Defense Training Manual Description: The manual shall provide some of the recommended network defense, mitigation and incidence response methods and strategies....1 page/≈275 words| 5 Sources | APA | IT & Computer Science | Lab Report |
- Lab report: Multi-tasking Applications for Robots.Description: A basic component of modern robot systems is their capacity to carry out multiple tasks. Multitasking Robotic systems are implemented in line with their different functionalities....6 pages/≈1650 words| No Sources | APA | IT & Computer Science | Lab Report |
- Image Classification Pipeline Based on K-nearest Neighbor or The Svm/Softmax ClassifierDescription: # from https://blog.csdn.net/qq_39025922/article/details/114889261 import matplotlib from nuscenes.nuscenes import NuScenes nusc = NuScenes(version='v1.0-mini', dataroot='/data/users/chenjiaqi/dataset/nuScenes_mini', verbose=True) # NuScenes()方法 ====== Loading NuScenes tables for version v1.0-mini....1 page/≈275 words| No Sources | APA | IT & Computer Science | Lab Report |