You are on page 1of 2

UM DIGOS COLLEGE

DEPARTMENT OF TECHNICAL PROGRAMS


Information Technology Program

Module Answer Sheet


NAME: Marvin Alimento____________________________________ Date: August 21, 2021_____

Module # and Title: Module 1: Review of Relational Database concepts and SQL commands ______
Lesson # and Title: Lesson 2: Basic SQL Commands Part 1_________________________________

Activity
Recall the time that you created your first database and what application did you use, and how did you
install it? (Include screenshot of your previous created database: table, records, etc. If you don’t have a
previous created database, create a new simple one.)

PROFESSIONAL TRACK FOR IT 4 1


UM DIGOS COLLEGE
DEPARTMENT OF TECHNICAL PROGRAMS
Information Technology Program

Answer: The first time I used database is using Xampp then inside of it is MySQL and then I also Installed
MySQL connector to connect into visual studio and the installation process is not that hard. First, I partition
the drive C to drive D with 4gb of storage to have it’s own driver and I named it as XAMPP then I installed
it with the drive D and every files prior to XAMPP program is in the XAMPP driver and all the files in
connection with my database is also in XAMPP drive D.

Analysis
1. What do you call the language for creating databases?
Answer: The language for creating a databases is called Structured Query Language (SQL).
2. What are the two categories of SQL commands?
Answer: data definition language (DDL) and data manipulation language (DML).

PROFESSIONAL TRACK FOR IT 4 2

You might also like