Sub: Information Technology: Periodic Assessment 2 - 2023-2024
Sub: Information Technology: Periodic Assessment 2 - 2023-2024
Assessment 2 – 2023-2024
Sub: Information Technology
Class: X Total Marks: 30
Date: 23/08/2023 Time: 60 minutes
SECTION A
4. Write SQL query to create the Table Books with the following structure.
Book id Sample values (B102, B33, etc.,)
Name- Sample values (‘Pride and Prejudice’, ‘Alchemist’ etc.,)
Price- Sample values (199.0,488.5,62.5)
Qty- Sample values (12,1,5 etc.,)
SECTION D
IV. Answer the following questions briefly: (3x4=12)
1. Define the following:
iii) Write SQL command to add new column comm with int datatype.
3. Consider the following table – candidate and write queries given below:
admitte
5 Diya 350 PCB 72
d
iii) Display the records of PCB candidates whose marks are less than 70.
iv) Display the name, fees and subject of candidates whose fees are more than
400.