3360702 (PPUD)

PPUD Syllabus

Link to downloadClick Here

PPUD Practical List

Sr. NoUnit No.Exercise/PracticalRead
1IInstall and configure MySQL database.Click Here
2IInstall and use of SQLyog.Click Here
3IInstall and use of phpmyadmin.Click Here
4IInstall and Use of MySQL Browser.Click Here
5IInstall and use of MySQL Administration.Click Here
6IICreate table and perform various task such as Create a product and product_price_history table. The price of product change constantly. Write a trigger for updating product_price_history table when product price change in product table and such other database can be explored.Click Here
7IIImplement and manipulate trigger such as Create a trigger for deleting all the products of particular product type when that product type is deleted and similar for other databases.Click Here
8IIWrite stored routines such as write a routine for counting all product types and other such routines can be performed.Click Here
9IIManipulate on routines such as write a routine for updating price of all product by 5% and other such routines can be performed.Click Here
10IIICreate cursors such as create a cursor for selecting all product whose price is more than 1000 and other such cursors can be implemented.Click Here
11IIIPerform various event handling operations such as create an event that checks the product types having quantity less than 20 in stack at every ten minutes and such other procedure can be done.Click Here
12IIIImplement precise events such as create an event that checks the product which has been sold maximum in a day and same exercises can be performedClick Here
13IVCreate and manage user accounts in MySQL.Click Here
14IVPractice with GRANT and Revoke Command.Click Here
15VPractice with database backup and recovery operations as well security operations.Click Here

Leave a Comment