You are on page 1of 10

GOODLEY PUBLIC SCHOOL

INFORMATIC PRACTICES
PRACTICAL FILE
CLASS XI

Submitted to: Ms .Tanu Kohli


Submitted by: SANSKRITI KASHYAP
Class: XI - E
ROLL.NO: 34
CERTIFICATE

This is to certify that the


contents of this project file
submitted by SANSKRITI
KASHYAP of class xi is her
bonafide work submitted to
GOODLEY PUBLIC SCHOOL for
partial fulfillment of
requirement for CBSE
examinations of class xi. The
project has been completed
under the guidance &
supervision. I certify that the
project is upto my expectations.
ACKNOWLEDGEMENT
I would like to express my special
thanks of gratitude to my teacher
ms.tanu kohli who gave me the golden
opportunity to do this wonderful
project for INFORMATICS PRACTICES.
Who also helped in completing the
project. I came to know about many
new things I am really thankful to
them.
Secondly I would also like to thank my
parents & friends who helped me a lot
in finalizing this project.
INDEX
S.NO CONTENT SIGNATURE
01 Create database name goodley.
02 Write a command to access database goodley.
03 Create a table club with following details.
04 Populate the table with 5 records .(given table info)
05 View the structure of table
06 To see the details of table
07 Write a query to check the details of all coaches whose sports name
starts with B and has S as third letter
08 Write a query to get coachname, coach_id, pay of all the coaches
whose pay is between 1000 to 1500
09 Write a query to get details of coaches who are males and also sort
their name
10 Write a query to print report including coach_id, coachname,
pay,annual pay(pay* 12) from table club
11 Write a query to obtain details of employess whose sports name is
either karate or basketball
12 Write a query to get coachname, coach id of all coaches whose id is
either 1,4,5.
13 Write a query to get details of all male coaches whose sports is
karate.
14 Write a query to obtain details of all coach whose sports is not blank.
15 . Insert one more record with details (6,’ahmed’,38,NULL,’1998-01-
12’,750,’m’)
MYSQL QUESTIONS
Ques1- create database name Goodley.

Ques2-write a command to access


database Goodley.

Ques3-create a table club with the


following details.
Ques5-view structure of table.

Ques4-populate the table with 5


records.

Ques6-to see the details of table.


Ques7-write a query to check the
details of all coaches whose sports
name start with B & has S as third
letter.

Ques8-write a query to get coachname,


coach_id ,pay of all the coaches whose
pay is between 1000 to 1500.

Ques9-write a query to get details of


coaches who are males and also sort
their names.
Ques10-write a query to print report
including coach_id ,coachname
pay,annual pay(pay*12) from table.

Ques11-write a query to obtain details


of employees whose sportsname is
either karate or basketball.
Ques12-write a query to get
coachname,coach_id of all coaches
whose id is either 1,4,5.

Ques13-write a query to get details of


all male coaches whose sports is
karate.

Ques14-write a query to get details of


all coaches whose sports is not blank.
Ques15-insert one more record with
details (6,’ahmed’,38,NULL,’1998-01-
12’,750,’m’)

You might also like