You are on page 1of 1

UM DIGOS COLLEGE

DEPARTMENT OF TECHNICAL PROGRAMS


Information Technology Program

Module Answer Sheet


NAME: Marvin Alimento____________________________________ Date: August 11, 2021_____

Module # and Title: Module 1: Review of Relational Database concepts and SQL commands ______
Lesson # and Title: Lesson 1: Review on the relational models and relational operators___________

Activity
1. What is your basis in creating the database?
Answer: My basis in creating the database is first to store data when I am making my system and having an
organize data.
2. Enumerate the steps you have done in creating the design and actual database.
Answer: First is I conceptualize my project. Second is determining the purpose of my database. Third is I
divide the Information required into the tables and lastly Refining my design and adjust the necessary UI
and UX.

Analysis
1. In creating the relational model what are the constraints that are needed to be considered?
Answer: It needs to follow the three main categories of constraints which is the domain constraints, key
constraints and referential integrity constraints.
2. What is the language used in creating and manipulating databases?
Answer: Structured Query Language (SQL)

Application
1. What is the difference between primary key and foreign key?
Answer: A primary key ensures that data in a particular column is unique. A foreign key is a column or set
of columns in a relational database table that allows data from two tables to be linked.
2. How can you implement domain constraints?
Answer: Domain Constraint = data type + Constraints (NOT NULL / UNIQUE / PRIMARY KEY /
FOREIGN KEY / CHECK / DEFAULT)

PROFESSIONAL TRACK FOR IT 4 1

You might also like