You are on page 1of 2

Republic of the Philippines

Laguna State Polytechnic University


Province of Laguna

NAME: DANIELLE LOVE ZOTOMAYOR YR/SEC: BSIT WAM – 3B

DATE OF SUBMISSION: DECEMBER 16, 2022 SCORE: ___________

I. Fill in the blanks: Write your answer in the space provided.

Database 1. A group of connected data that facilitates effective data insertion, deletion, and
retrieval from databases and arranges the data into tables, views, schemas, reports, etc.

Table 2. A group of data pieces using a model of horizontal rows and vertical columns, with a
cell serving as the intersection point of a row and a column.

VARCHAR 3. Contains a string of variable length that contains letters, numbers, and special
characters.

PRIMARY KEY 4. Used to distinctly identify the table.

LIMIT clause 5. Used to indicate how many records to return.

NOT NULL 6. Each row must contain a value for that column.

II. Enumeration: Write your answer in the space provided.

A. Three Different Ways to Execute Query in PHP (3)


1. Using MySQLi Object-oriented Procedure
2. Using MySQLi Procedural Procedure
3. Using PDO Procedure

B. Data Types Used in Creating Table (2)


1. VARCHAR
2. INT
Republic of the Philippines
Laguna State Polytechnic University
Province of Laguna

C. Attributes Used in Creating Tables (2)


1. NOT NULL
2. PRIMARY KEY

D. Arguments Accepted by the Limit Clause (2)


1. Offset
2. Count

You might also like