The Assembly of God Church School, Purulia
Set-3 Sub-Informatics Practices (065) Practical Date-3.01.2023 F.M.-30
1. Program using pandas and matplotlib (8)
a. Create a dataframe using 4 column and 4 row using dictionary(4)
b. Create a series of 12 month and expenses(2)
c. Create a line chart(2)
2. Consider the following table FITNESS with details about fitness products being sold in
the store. Write command of SQL for (i) to (iv) and output for (v) to (vii). (7)
(i) To display the names of all the products with price more than 20000.
(ii) To display the names of all products by the manufacturer “Aone”.
(iii) To change the price data of all the products by applying 25% discount reduction.
(iv) To add a new row for product with the details: “P7”, “Vibro Exerciser”, 28000,
”Aone”.
(v) SELECT * FROM FITNESS WHERE MANUFACTURER NAME LIKE “%e”;
(vi) SELECT COUNT (DISTINCT (MANUFACTURER)) FROM FITNESS;
(vii) SELECT MAX (PRICE) FROM FITNESS;
3. Practical File – (5)
4. Final Project Submission (5)
5. Viva (5)