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

Project

T ma ki chu

Uploaded by

himnishsharma100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Project

T ma ki chu

Uploaded by

himnishsharma100
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

R.D.

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 details of the teacher whose salary is less than 20000.


Show the details of teachers whose name start with ‘S’ and end with ‘A’.

Show the details of teachers whose name end with ‘M’.


Show the sum of salary.

Show maximum salary.

Show minimum salary.


Show number of department from the table teacher.

Show average salary.


Show the details of the table teacher with names in descending order.

Show details of teacher between age 35 and 45 years.


Show name and department of teacher whose salary is between
25000-35000.

Display name of all the teachers according to the salary (maximum to


minimum).
Display the name of all teachers according to their age (youngest to
oldest).

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.

You might also like