Project
Project
RAJPAL SCHOOL
SESSION: 2023-2024
PRACTICAL FILE
COMPUTER SCIENCE
(083)
CLASS XII
SUBMITTED BY:
NAME – NAMITA SINGH
CLASS – XII
SECTION – A
ROLL NO – 23
BOARD ROLL NO -
Create a student table with student id, name and marks as attributes where
the student id is the primary key.
Insert the details of a new student in the above table
Delete the details of a particular student.
Use the select command to get the details of students with marks more
than 80.
Create a new table teacher with the following fields: Sno, Name, Age,
Department, Date of join, Salary, Sex. Insert some values. Show the
teachers of history department.
Show data of all male teachers of history and computer department.
Show the minimum salary, maximum salary, maximum age and average
age from the table teacher.
Show the name and age from the table teacher.
Show the details of those teachers whose name doesn’t start with ‘S’.
Show the name of teachers starting from 2nd place and ending at 6th
position.
Show the name of all the teachers from the third right letter (from
third last letter).
Show the name of all the teachers from the fifth left latter.