Assignment 1 Database Latest
Assignment 1 Database Latest
Assignment 1 Database Latest
ASSIGNMENT 1
PREPARED BY :
PREPARED FOR :
STUDENT ID :
SUBMISSION DATE :
EDI 104 – Database Fundamentals
Example of data:
Ardini, 0123456789, 19, CM1245, No 13, Jln 3, Tmn. 5 Bandar Laguna Merbok,
Sungai Petani, Kedah
Example of information:
A database is a collection of connected data that is created to satisfy the information needs of
an organisation and saves it in one specific area, whereas a database management system
(DBMS) is a collection of programmes that allow users to construct and maintain databases
as well as offer control access to the databases.
Data hierarchy in database system consists of bit, field, record, file and database. The data
storage pattern of a database was standardised by this organised structure.
Bit – the lowest unit of data representation is a bit, which can have a value of 0 or 1.
Field – a set of characters is referred to as a field.
Record – a record is a set of attributes that characterise a physical entity.
File – a collection of records that are linked.
Database – A database is a logically organised collection of records or files.
Data integrity problems occurs when updates are not applied to all files such as limited data
sharing, lengthy development time and security. Limited data sharing referred as each
programme has its own private file and users have only few options for sharing data outside
of their own application. Other than that, lengthy development time implies that each new
application needs the developer to begin from scratch by designing new file formats and it
takes time to alter the data. Lastly, data structure security does not exist and data integrity
does not apply to data from two connected data structures.
Design tools in database contains tables, forms, queries and reports. Table are used to
keeping information about specific topic and consists of fields and records. Moreover,
forms provide information in a database in an appealing way and a quicker way to
view, enter and change information or data. Furthermore, queries allow you to search
information of interest in a database. Lastly, reports are documents that summarise
data from a database and allow user to do calculations in a report to help user analyse
data.
Flight ticket reservation usually ask for customer detail such as Name, IC,
address, destination and
phone number. Then the system will display flight detail such as Location,
ticket_id, date,
destination and flight no. To print or booked the flight ticket, user need to make
payment which
have information such as credit card, customer detailed, bill_no and
date_payment.