0% found this document useful (0 votes)
3 views

IT-PROJECT

Uploaded by

goni2425a
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

IT-PROJECT

Uploaded by

goni2425a
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

DELHI PUBLIC SCHOOL

--------BILASPUR--------
INFORMATION TECHNOLOGY (402)
PROJECT WORK
(SESSION: 2024-25)
CLASS-X
Submission Date: 20-12-2024
Instructions:
• Question A needs to be done in LibreOffice BASE.
• Take screenshots of table structure in design view, Data View, Form, Report and paste the
screenshots in Word document. Also write steps of each i.e., creation of Table, Form, Report.
Printout of the above file is to be submitted in stick file.
• Question B,C,D,E,F-queries are to be submitted hand written in A4 size paper.

A. Read instructions given below:


1. Start LibreOffice BASE.
2. Create new database Employee.
3. Create a table: Emp using given structure.
Table : Emp
FIELD NAME DATATYPE
EID TINYINT
ENAME TEXT (20 CHARACTERS)
DOB DATE
DESIGNATION TEXT (20 CHARACTERS)
SALARY NUMBER

4. Create a Data entry form “EntryForm” for the above table.


5. Enter 10 records in table through form.
6. Open table and check entered records are saved in table.
7. Create a report from the Table: Emp through report wizard.

1 of 2
B. Consider the following table “Library”. Write SQL commands to do the following:

BookNo BNAME PRICE Quantity DOP

100 Learn Python in 21 days 875.00 150 2018-10-12

101 Basics of OS 1200.00 200 2020-01-23

102 Programming with C++ 640.00 50 2021-07-15

103 Let us C 390.00 25 2020-04-01

104 System Analysis 500.00 40 2021-12-23

105 Data Science 1300.00 85 2022-01-12

i) To create the above table.


ii) To insert the shown records in the table.
iii) To display the details of all record.
iv) To display records having price more than 50.
v) To display books whose name begins with ‘P’.
vi) To display Book name and price of all books whose date of purchase is after ‘2021-03-23’.
C. Write SQL command to create table “Subject” using information given below:
Field Name Data Type Size
SubjectCode Number
Name Text 35
MaxMarks Number
InternalAssmt Number

D. Write SQL command to insert 5 records in above table “Subject”.


E. Write SQL command to display all subjects whose maximum marks is 80.
F. Write SQL command to display all subject whose maximum marks is less than 80 or internal
assessment is equal to 50.

2 of 2

You might also like