CBSE Class 12 Informatics Practices MySQL Worksheet

Read and download free pdf of CBSE Class 12 Informatics Practices MySQL Worksheet. Students and teachers of Class 12 Informatics Practices can get free printable Worksheets for Class 12 Informatics Practices MySQL in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 12 students should practice questions and answers given here for Informatics Practices in Class 12 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 12 Informatics Practices Worksheets prepared by teachers as per the latest Informatics Practices books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests

Worksheet for Class 12 Informatics Practices MySQL

Class 12 Informatics Practices students should refer to the following printable worksheet in Pdf for MySQL in Class 12. This test paper with questions and answers for Class 12 will be very useful for exams and help you to score good marks

Class 12 Informatics Practices Worksheet for MySQL

Q1. a) Raju wants to change the schema of the table “ STUDENT ” which already exists in the database. Which command he will use.

1 b) Neha is not able to enter the details of students born after ‘ 30-Mar-2007’. Which constraint might be specified when the table was created.

1 c) What is the purpose of the following query. 1 SELECT COUNT(*) FROM ELECTION GROUP BY city.

d) What is the role of UNIQUE constraint? How is PRIMARY KEY constraint differ from UNIQUE key constraint.

2 e) What is the significant of ORDER BY command in SQL query.

2 f) ActivityName and ParticipantNo of table ACTIVITY given below 2 Activity Name ParticipantNo Relay 100X 4 16 High Jump 10 Shot Put 12 Long Jump 12 Discuss Throw 10 Based on this information, find the output of the following queries.

a) SELECT COUNT( DISTINCT ParticipantNo) FROM ACTIVITY;

b) SELECT ActivityName FROM ACTIVITY WHERE ActivityName LIKE ‘%p’;'

g) A table Employee in a database has a 4 columns and 2 rows in it. What is cardinality and degree if 3 more columns are added in the table? 1 Q2. A)Write an SQL query to create following table ‘ Supplier’ with following descriptions. 2 Table : Supplier Field Type Constraint Supp_id Varchar(5) Primary Key Supp_Name Varchar(20) Not Null City Varchar(20) Order_No Integer(10) Foreign key with reference to Order_No column in Order table Supp_Amount Decimal(6,2) Minimum 10000 b) In database there are two tables “Student” and “Stream” as below : Table: Student Sid Sname age Strid 1 Roondy 10 1 2 Joseph 12 1 3 Trinchu 14 2 4 Prithlon 11 3 5 Ahol 10 2 

Q. Create the following tables with the following constraints and values.
Table : TicketDetails

Field NameDatatypeSizeConstraint
TcodeChar5Primary Key
NameVarchar20Not Null
TicketsInt2Default 0
AcodeChar4 


Q. Add the following values to the above table

TcodeNameTicketsAcode
S001Meena7A01
S002Vani5A02
S003Meena9A03
S004Rhea3A04
S005Suraj1A05


Table : AgentDetails

Field NameDatatypeSizeConstraint
AcodeChar4 
ANameVarchar20 


Add the following values to the above table

AcodeAName
A01Mr. Robin
A02Mr. Ayush
A03Mr. Trilok
A04Mr. John

Q. To display Tcode,Name and Aname of all the records where the number of tickets sold is more than 5.

Q. To list out Name, Tickets,A_code and Aname for all the Agent Details.

Q. To list out all the Acode, Aname and corresponding Tcode where Aname ends with ‘k’.

Q. To Total number of tickets booked by each customer.

Q. To display total number of tickets booked by agent “Mr. Ayush”.

Q1. Create the Table Emp with the following constraints:

Field NameData TypeSizeConstraint
IDInt2Primary Key
NameVarchar20Not Null
AgeInt3 
AddressChar40 
SalaryInt7 
PhoneChar15 


Q2. Add the following records to the above table “Emp” and Write commands in SQL

IDNAMEAGEADDRESSSALARYPHONE
1Siddharth25A-4, Ashok Vihar, Delhi6200098110766656
2Chavi23B-21, Model Town, Mumbai7100099113423989
3Karan26KC-24, North Avenue, Bhopal6500098105393578
4Raunaq22A-152, Gomti Nagar, Lucknow8900099101393576
5Kunal27B-5/45, Uday Park, Delhi8000097653455654
6Karan25A-Block,AMT Vihar,Chennai94000945287653241
7Paul25S-25,BLB Appts, Bangalore75000988765442312


1. To display list of all employees below 25 years old.

2. To list names and respective salaries in descending order of salary.

3. To count the number of employees with names starting with ‘K’

4. To list names and addresses of those persons who have ‘Delhi’ in their address.

5. To list out all the employees whose salary is in between 70000 and 80000.

6. Count number of employees based on their age group.

7. To list out all the employee names whose phone number starts with ‘99’.

8. To display all the details of employee whose salary is above 85000.

9. To display all the employee names whose name contains the character ‘a’ anywhere.

Find the output:

1.select name from emp where sal=select max(sal) from emp;

2. select length(name) from emp where salary >82000;

3. select 9* 4 from emp where id>6;

4. select Left(address,4) from emp where id <3;

5. select mid(name,2,3) from emp where address like ‘%delhi%’;

More Worksheets for Class 12 Informatics Practices
CBSE Class 12 Informatics Practices Commonly Used Libraries Worksheet
CBSE Class 12 Informatics Practices Computer Networking Worksheet
CBSE Class 12 Informatics Practices Computer Xml Extensible Markup Language Worksheet
CBSE Class 12 Informatics Practices Concept Of Inheritance Worksheet
CBSE Class 12 Informatics Practices Database Connectivity To MySQL Worksheet
CBSE Class 12 Informatics Practices Database Fundamentals MySQL Revision Tour Worksheet
CBSE Class 12 Informatics Practices Database Transactions Worksheet
CBSE Class 12 Informatics Practices File Handling Worksheet
CBSE Class 12 Informatics Practices Html Basic Html Elements Worksheet
CBSE Class 12 Informatics Practices Html Lists Tables And Forms Worksheet
CBSE Class 12 Informatics Practices Introducing Classes And Objects Worksheet
CBSE Class 12 Informatics Practices It Applications Worksheet
CBSE Class 12 Informatics Practices Java Application Worksheet
CBSE Class 12 Informatics Practices Java Gui Programming Revision Worksheet
CBSE Class 12 Informatics Practices Java Gui Programming Worksheet
CBSE Class 12 Informatics Practices More On Sql Grouping Records And Table Joins Worksheet
CBSE Class 12 Informatics Practices MySQL Worksheet
CBSE Class 12 Informatics Practices Networking Worksheet
CBSE Class 12 Informatics Practices Open Source Concepts Worksheet
CBSE Class 12 Informatics Practices Sure Shot Questions Worksheet
CBSE Class 12 Informatics Practices Sure Shot Questions Worksheet Set A
CBSE Class 12 Informatics Practices Table And Integrity Constraints Worksheet
CBSE Class 12 Informatics Practices Web Application Development Worksheet

Worksheet for CBSE Informatics Practices Class 12 MySQL

We hope students liked the above worksheet for MySQL designed as per the latest syllabus for Class 12 Informatics Practices released by CBSE. Students of Class 12 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 12 Informatics Practices on a daily basis. All the latest worksheets with answers have been developed for Informatics Practices by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Expert teachers of studiestoday have referred to the NCERT book for Class 12 Informatics Practices to develop the Informatics Practices Class 12 worksheet. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 12 Informatics Practices designed by our teachers. We have also provided a lot of MCQ questions for Class 12 Informatics Practices in the worksheet so that you can solve questions relating to all topics given in each chapter.

Where can I download latest CBSE Printable worksheets for Class 12 Informatics Practices MySQL

You can download the CBSE Printable worksheets for Class 12 Informatics Practices MySQL for latest session from StudiesToday.com

Is there any charge for the Printable worksheets for Class 12 Informatics Practices MySQL

There is no charge for the Printable worksheets for Class 12 CBSE Informatics Practices MySQL you can download everything free

Are there any websites that offer free test sheets for Class 12 Informatics Practices MySQL

Yes, studiestoday.com provides all latest NCERT MySQL Class 12 Informatics Practices test sheets with answers based on the latest books for the current academic session

What topics are covered in CBSE Class 12 Informatics Practices MySQL worksheets?

CBSE Class 12 Informatics Practices MySQL worksheets cover all topics as per the latest syllabus for current academic year.

How can I use worksheets to improve my Class 12 Informatics Practices scores?

Regular practice with Class 12 Informatics Practices worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.