You are on page 1of 2

SOUTHERN PHILIPPINES COLLEGE

Julio Pacana Street Cagayan de Oro City

COLLEGE OF COMPUTER STUDIES


Subject: ITE302 –DBMS
Instructor: Belderol, Arthur Jorge
Prelim Mock Exam

Name: KHATE WHIZLET V. ANASTACIO


Date: 09/17/2022

Instructions: Fill in the answers to the given questions.(30 points)

Graph Databases 1. It contains nodes and edges.


Data 2. It is a collection of a distinct small unit of information.
NoSQL databases 3. It is useful for a large set of distributed data
Grant 4. It is used to give user access privileges to a database.
Data Model 5. It is the modeling of the data description, data semantics, and consistency constraints of the data.
1969 6. When was relational model proposed?
Relational Data Model 7. This type of model designs the data in the form of rows and columns within a table.
Relational database model 8. This model has two main terminologies called instance and schema.
Schema 9. The overall design of a database is called?
Database 10. It is an organized collection of data, so that it can be easily accessed and managed.
Physical data independence 11. It is defined as the capacity to change the internal schema without having to change the
conceptual schema.
Logical data independence 12. It refers characteristic of being able to change the conceptual schema without having to change the
external schema
Network data model 13. In this model, files are related as owners and members.
Revoke 14. It is used to take back permissions from the user.
Object-based Data Model 15. This model supports a rich type system that includes structured and collection types.
Entity 16. It may be any object, class, person or place.
Hierarchical Data Model 17. In this model, files are related in a parent/child manner.
Relationship 18. Diamond or rhombus is used to represent it.
Double rectangle 19. The weak entity is represented by a _______.
Semistructured Data Model 20. This data model allows the data specifications at places where the individual data items of the
same type may have different attributes sets.
Relationship 21. It is used to describe the relation between entities.
The object-oriented databases 22. It contain data in the form of object and classes.
Zero to Many 23. This is indicating that a person may have no phone, one phone, or many phones, and that the phone may
not be "owned," but can only be owned by a maximum of one person
Many to Many 24. if you have many siblings, your siblings also have many siblings.
Prominent hierarchical database model 25. What is IBM's first DBMS created?
Zero to One 26. This relationship might indicate that a person may be a programmer, but a programmer must be a person.
One to Many 27. This relationship is similar to the one between you and one of your parents. You have one mother, but your
mother may have several children.
Attribute 28. It is used to describe the property of an entity.
Rollback 29. It is used to restore the database to original since the last Commit.
Instance 30. The data which is stored in the database at a particular moment of time is called?

Instruction: give the meaning of each acronym.(10 points)


1. DML – Data Manipulation Language
2. TCL – Transaction Control Language
3. DDL – Data Definition Language
4. IMS – Information Management System
5. ACID – Atomicity, Consistency, Isolation, & Durability
Instruction: Iterate the answer to the given question.(10 points)

What are the tasks under DML, give at least 5:


1. DELETE
2. CALL
3. EXPLAIN PLAN
4. LOCK TABLE
5. UPDATE

What are the tasks under DDL, give at least 5:


1. RENAME
2. TRUNCATE
3. DROP
4. COMMENT
5. ALTER

Instruction: write an Essay about the relational model and normalization. (20 points)

Relational model can represent as a table with columns and rows. Each row is known as a tuple. Each table of
the column has a name or attribute. Normalization is a process of further improvement of the relational model. As a rule,
it “involves dividing a database into two or more tables and defining relationships between the tables. The main purpose
of normalization is to rid a relational table of addictions not related to the primary keys. The importance of normalization
cannot be overstated.

You might also like