Practical-Question-Paper-Set-A
Practical-Question-Paper-Set-A
CLASS- XII
SCHOOL CODE : 60173
INFORMATICS PRACTICES (065) PRACTICAL
a. Create a table Employee with the fields given in above table, assuming datatype
of your own. Also set any appropriate field as the Primary Key of the table.
b. Considering the Employee table given above, write the queries to perform following
operations-
i. To display the name of employees who have salaries between 40000 and
50000.
ii. To display the employee id and name of the employees who didn’t get any
bonus.
Q-04. Project Work (5)
Q-05. Viva-Voce (5)
AISSCE 2024
CLASS- XII
SCHOOL CODE : 60173
INFORMATICS PRACTICES (065) PRACTICAL
iii. To display the average salary of the employees post wise who are
having post as Manager or Clerk.
iv. To display minimum and maximum salary given to the employees.
v. To drop the column bonus.
Q-03. Practical file (5)
ii. To print the first,third and fourth row respectively using one print statement.
iii. To display the dataframe records in transposed form.
iv. To remove column degree
v. To display the records of those students who have scored more than 85.
b. Write the Python code to plot a line chart with the updated dataframe DF used in
the previous question Q.1 a.(v.), where names and scores should be plotted on x
and y axis respectively. Also add appropriate Title of the chart and legend as
well.
Q-02. SQL Queries (2+5=7)
a. Create a table Inventory with the fields given in above table, assuming datatype
of your own. Also set any appropriate field as the Primary Key of the table.
b. Considering the Inventory table given above, write the queries to perform following
operations-
i. To display the total number of cars sold,
ii. To model wise display the average price of cars, having models as LXI or VXI.
iii. To display the CarId and its price increased by 30%.
iv. To display the highest price of the car.
v. To display the records of all cars in ascending order of the price
Q-04. Project Work (5)
Q-05. Viva-Voce (5)
AISSCE 2024
CLASS- XII
SCHOOL CODE : 60173
INFORMATICS PRACTICES (065) PRACTICAL