0% found this document useful (0 votes)
18 views1 page

Im Prelim Project

Uploaded by

merryfil.adolfo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Im Prelim Project

Uploaded by

merryfil.adolfo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Fundamentals of Database System

Prelim Project

Design a database definition of the following:


The picking of the assigned database definition will depend on the starting letter of
your last name.

 Hotel Reservation (A B C D E) – last names


 Library Information (F G H I J) – last names
 Hospital (K L M N Ñ) – last names
 Housing Rental (O P Q R S) – last names
 Car Parking Reservation (T U V W Y Z) – last names

Present your database definition in a form of table shown in the example below.
Submission of your project is through a hard copy (Printed copy) in an A4 size bond
paper.

Example:
Enrollment Database
Student
Attribute Data Type Accepted Value
student_id Integer 6 digits
Fname Text/string 100 characters
Mname Text/string 50 characters
Lname Text/string 100 characters
Address Text/string 100 characters
Sex Text/string 6 characters, Male/Female
ETC…..
Program
Attribute Data Type Accepted Value
programCode Text/string 10 characters
programDesc Text/String 100 characters

Course
Attribute Data Type Accepted Value
courseCode Text/string 10 characters
courseDesc Text/String 100 characters
Unit Int 1 digit

You might also like