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

TAPI DIPLOMA ENGINEERING COLLEGE [647], SURAT

COMPUTER ENGINEERING DEPARTMENT [07]


INDEX
TERM: 18/10/2021 To 31/03/2022
SUBJECT CODE: 3360702 DIVISION: 1961 - CE
SUBJECT NAME: Professional Practices Using Database BATCH:
STUDENT NAME: ENROLLMENT NO:

SR. PAGE U A R TOTAL


DATE NAME OF EXPERIMENT SIGN
NO. NO. (02) (03) (05) (10)

1. Install and configure MySQL Database.

2. Install and use of SQLyog.

3. Install and use of phpmyadmin.

4. Install and Use of MySQL Browser.

Install and use of MySQL


5. Administration.
Create a product table and Write a
6. routine for counting all product types.
Write a routine for updating price of all
7. products by 5%.
Create product_price_history table. The
price of product change constantly.
8. Write a trigger for updating
product_price_history table when
product price change in product table.
Create a trigger for deleting all the
9. products of particular product type
when that product type is deleted.
Create a cursor for selecting all products
10. whose price is more than 1000.
Create an event that checks the product
11. types having quantity less than 20 in
stack at every ten minutes.
Create an event that checks the product
12. which has been sold maximum in a day.
Creating and managing user accounts in
13. MySQL.
Practicing with GRANT and Revoke
14. Command.
Practicing with database backup and
15. recovery operations as well security
operations.

"To mould technocrat in the field of computer engineering with innovation skills, moral values and societal concerns."
TAPI DIPLOMA ENGINEERING COLLEGE [647], SURAT
COMPUTER ENGINEERING DEPARTMENT [07]
INDEX
TERM: 18/10/2021 To 31/03/2022
SUBJECT CODE: 3360702 DIVISION: 1961 - CE
SUBJECT NAME: Professional Practices Using Database BATCH:
STUDENT NAME: ENROLLMENT NO:

SR. PAGE
DATE NAME OF EXTRA EXPERIMENT SIGN
NO. NO.
Write a routine for find factorial of number
1.
entered by the user.
Write a routine for find maximum number out of
2.
three numbers that are entered by user.
3. Write a routine to create Fibonacci series.
Write a routine that shows that entered number
4.
is even or odd.
Write a routine to check that entered number is
5.
prime or not.
Write a routine that takes enrollment number
from user and find total marks, percentage,
6.
status of result (pass or fail) and store this details
with enrollment number in another table.
Create trigger to insert the history of old data in
7.
history table before it is deleted from main table.
Create a trigger to find out difference of salary
8. and save old salary new salary and difference in
new table.
Create a trigger to set the amount=0 when
9.
entered amount by user is less than zero.
Create a cursor that takes data from one table
10.
and insert them into another table.
Increase employee’s salary 10 % whose salary is
between 5000 to 10000, increases 15% whose
11. salary is between 10000 to 15000, increase 20%
whose salary is between 15000 to 20000 using
cursor.
Create an event to insert current time with
12. particular message in another table at every one
minute and till 10 minutes.

"To mould technocrat in the field of computer engineering with innovation skills, moral values and societal concerns."

You might also like