UNIT-5 Assignment
UNIT-5 Assignment
Introduction to Web
Course Name Course Code 4340704
Development
UNIT – 5 (WORKING WITH DATABASE IN PHP)
Assignment – 5
Date of Declaration Date of Submission
Course Outcomes
CO5: Develop and host interactive websites using PHP and MySQL database.
Blooms
Sr
Questions Taxonomy Cos
No
Level
1 What is MYSQL? Write its use in web application. L1,L2 CO5
2 Write features of MySQL. List MySQL field types. L1,L2 CO5
Explain following function with example:
Write PHP code for inserting record into a table. Assume suitable
8 database. L1,L2,L3 CO5
Write PHP scripts to insert data into Student Table and Read
10 information from Student table (Sid, Sname, Semester, Brach and L1,L2,L3 CO5
display all these information on tabular format on output Screen.
Write PHP code for deleting record from a table. Assume suitable
12 database. L1,L2,L3 CO5
Write PHP Script to display records from Customer_Master table
13 (CustNo, Name, and City). Assume database already available. L1,L2,L3 CO5