Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Republic of the Philippines

CAVITE STATE UNIVERSITY


Bacoor City Campus
SHIV, Molino VI, City of Bacoor
DEPARTMENT OF COMPUTER STUDIES
DCIT 55: ADVANCED DATABASE SYSTEMS
Activity Sheet
2nd Semester, A.Y. 2021-2022

INTENDED LEARNING OUTCOMES

After the completion of the unit, students will be able to:

1. Create a database for web application.


2. Establish database connection and perform basic database insertion and
retrieval through the web application.
Name: Date:

Course/Yr&Section: Score:

ACTIVITY 01: DATABASE CONNECTION, RETRIEVAL, AND


INSERTION

DIRECTION:

• Using xampp, create a database and table named with the following columns:
movie_id, title, actor, genre and director. Use the appropriate data type and
constraints in each column.
• Create a web page to retrieve the contents from your database. • Create another
web page and design a form to allow the user to insert a record into the database.
• Create navigation menu and links onto the pages to view either of the pages you
have created.
• Design your web pages using HTML and CSS and perform the database
process using PHP.
• Use this worksheet to show the output and source code. Make sure to attach the
rest of the activity files (database and source code files on google classroom.
RUBRICS FOR GRADING
Category Description

Program Program executes correctly with no syntax or runtime errors.


Execution
(25pts)

Correctness Program produces correct answers or appropriate results


(25pts) for all inputs tested.

Layout The app has an exceptionally attractive and usable layout.


(25pts) It is easy to locate all important elements. White space,
graphic elements and/or alignment are used effectively to
organize the application.

Logic Program logic is correct, with no known boundary errors,


(25pts) and no redundant or contradictory conditions.

SCREENSHOT OF THE OUTPUT

SOURCE CODES

You might also like