Practicle File 12th
Practicle File 12th
Practicle File 12th
SECONDARY
SCHOOL
PRACTICAL FILE
ON
INFORMATION TECHNOLOGY
CODE : 802
CLASS :XII
SESSION : 2023-24
SUBMITTED TO:
STUDENT NAME : ...... Ms. Suneeta Jena
ROLL NO. : ........
CLASS & SECTION : ...........
CERTIFICATE
This is to certify that <<NAME>> of class XII-<<section>> of
ASN Senior Secondary School, Mayur Vihar – I, Delhi has
successfully completed Information Technology practical file
under my supervision, during the academic session 2023-24.
He has taken keen interest and has shown utmost sincerity in
the completion of this practical file.
___________________________ _____________________________
Internal Examiner External Examiner
______________
School Stamp
ACKNOWLEDGMENT
I would like to express my sincere gratitude to our Principal Ms.
Swarnima Luthra and my teacher Ms. Suneeta Jena who gave
me this golden opportunity to work on this practical file which
also helped me in doing a lot of research work. Their
constructive advice and constant motivation have been
responsible for the successful completion of this file. I am
grateful to them for their continuous guidance and
encouragement.
<<NAME>>
XII - <<section>>
INDEX
Sr. No. NAME OF PRACTICAL
1 Consider the following Employee table:
Table Name: Employee
The primary key of this table is Employee_ID and Manager_ID is a foreign key that references
Employee_ID.
Write SQL commands for the following:
(a) Create the above table.
(b) Insert values as shown above.
(c) Delete the Employee having Employee_ID 1217.
(d) Update the salary of “Amyra” to 40000.
(e) Alter the table Employee so that NULL values are not allowed for Age column.
(f) Write a query to display names and salaries of those employees whose salary are
greater than 20000.
(g) Write a query to display details of employees who are not getting any bonus.
(h) Write a query to display the names of employees whose name contains “a” as the last
alphabet.
(i) Write a query to display the name and Job title of those employees whose Manager_ID is
1201.
(j) Write a query to display the name and Job title of those employees whose Manager is
“Amyra”.
(k) Write a query to display the name and Job title of those employees aged between 26
years and 30 years (both inclusive)
2 A Railway company uses machines to sell tickets. The machine details and daily sales
information are recorded in two tables:
Table Name: Machine
b)
c)
d)
e)
f)
g)
h)
i)
j)
k)
2)
a)
b)
c)
d)
3)
4)
5)
6)
7)
8)
9)
10)
11)
12)
13)
14)
15)
16)