CBSE Class 12 Informatics Practices Database Fundamentals Mysql Revision Tour. Students can download these worksheets and practice them. This will help them to get better marks in examinations. Also refer to other worksheets for the same chapter and other subjects too. Use them for better understanding of the subjects.
UNIT 3
CHAPTER 13: DATABASE FUNDAMENTALS - MYSQL REVISION TOUR
Database: Collection of logically related data stored in a structure format.
DBMS: Software used to manage databases is called Data Base Management System (DBMS).
RDBMS: A DBMS used to manage Relational Databases is called an RDBMS (Relational Data
Base Management System). Some popular RDBMS software available are: Oracle, MySQL,
Sybase, and Ingress.
Benefits of using a DBMS are:
a. Redundancy can be controlled b. Inconsistency can be avoided
c. Data can be shared d. Security restrictions can be applied.
MySQL: It is an Open Source RDBMS Software. It is available free of cost.
Relation/Table: A table refers to a two dimensional representation of data arranged in columns
(also called fields or attributes) and rows (also called records or tuples).
Key: A column or a combination of columns which have some specific characteristics in a relation
e.g. are Primary Key, Candidate Key and Foreign Key etc.
Primary Key: The group of one or more attribute(s) used to uniquely identify each row/tuple of a
relation/table is called its Primary Key.
Candidate Key: A group of columns which can be set as the primary key of a relation is called a
candidate key because it is one of the candidates available to be the primary key of the relation.
Alternate Key: A candidate key of a table which is not set as primary key is called its Alternate Key.
Degree is the number of columns/attributes in the table.
Cardinality is the number of rows/tuples in a table.
SQL (Structured Query Language): It is the language used to manipulate and manage databases
and tables within them using an RDBMS. There are following four types of SQL commands:
1. DDL (Data Definition Language): Deals with the Structure (create, remove, or modify) of
databases and tables e.g. CREATE, DROP, ALTER.
2. DML (Data Manipulation Language): Used to manipulate data/ values within tables e.g.
INSERT, UPDATE, DELETE.
3. DCL (Data Control Language): Used to control the access to the databases and tables e.g.
GRANT, REVOKE.
4. TCL(Transaction Control Language): used to manage and control the transaction e.g.
COMMIT , ROLLBACK, SAVEPOINT
Some Commonly used DDL Command are as follows:-
SNo Command, Syntax and Purpose
1 Command : Create Database
Syntax: Create database ;
Purpose: Creates a database with specified name
2 Command : Create Table
Syntax: Create Table
( , Data Type1,, Data Type2);
Purpose: Creates a table with specified name
3 Command : Alter Table
Syntax: Alter Table
Add Data Type1;Alter Table
Drop ;Alter Table
Modify ;Purpose: Modify the strcture of a table
4 Command : Use
Syntax: Use ;
Purpose: Open the specified database for use
5 Command : Select Database( )
Syntax: : Select Database( );
Purpose: Show the name of current Database
6 Command : Show tables;
Syntax: : Show tables ;
Purpose: Show a list of tables in the current database
7 Command : Show databases;
Syntax: : Show databases;
Purpose: Show a list of databases
8 Command : Insert
Syntax : Insert Into
( ,….,values(Purpose: Insert Data into the table
9 Command : Select
Syntax: Select * Column name, Expression,Column name From table Name Where
Condition Order by Column Name Asc/Desc ;
Purpose: To reterive selected data from the table
10 Command : Describe
Syntax: : Desc
;Purpose: Show structure of table
11 Command : Update
Syntax: : Update
Set =Value
Where ;
Purpose: Update or Modify the data in tables
Following are the clauses which can be used with select command
SNo CLAUSE EXPLANATION
1 DISTINCT Used to display distinct values from a column of a table
2 WHERE Used to specify the condition based on which rows of a table are dispalyed
3 BETWEEN Used to define the range of values within which the column values must fall to
make a condition true. It include both upper and lower values.
4 IN Used to select values that natch any values in a lsit of specified values
5 LIKE Used for pattern matching of string data using wildcard characters % and _
6 IS NULL/ NOT Used to select rows in which the specified column is NULL (or is NOT NULL)
Please click the link below to download CBSE Class 12 Informatics Practices Database Fundamentals Mysql Revision Tour
CBSE Informatics Practices Class 12 Database Fundamentals MySQL Tour Worksheet
Students can use the practice questions and answers provided above for Database Fundamentals MySQL Tour to prepare for their upcoming school tests. This resource is designed by expert teachers as per the latest 2026 syllabus released by CBSE for Class 12. We suggest that Class 12 students solve these questions daily for a strong foundation in Informatics Practices.
Database Fundamentals MySQL Tour Solutions & NCERT Alignment
Our expert teachers have referred to the latest NCERT book for Class 12 Informatics Practices to create these exercises. After solving the questions you should compare your answers with our detailed solutions as they have been designed by expert teachers. You will understand the correct way to write answers for the CBSE exams. You can also see above MCQ questions for Informatics Practices to cover every important topic in the chapter.
Class 12 Exam Preparation Strategy
Regular practice of this Class 12 Informatics Practices study material helps you to be familiar with the most regularly asked exam topics. If you find any topic in Database Fundamentals MySQL Tour difficult then you can refer to our NCERT solutions for Class 12 Informatics Practices. All revision sheets and printable assignments on studiestoday.com are free and updated to help students get better scores in their school examinations.
FAQs
Where can I download the 2026-27 CBSE printable worksheets for Class 12 Informatics Practices Database Fundamentals MySQL Tour?
You can download the latest chapter-wise printable worksheets for Class 12 Informatics Practices Database Fundamentals MySQL Tour for free from StudiesToday.com. These have been made as per the latest CBSE curriculum for this academic year.
Are these Database Fundamentals MySQL Tour Informatics Practices worksheets based on the new competency-based education (CBE) model?
Yes, Class 12 Informatics Practices worksheets for Database Fundamentals MySQL Tour focus on activity-based learning and also competency-style questions. This helps students to apply theoretical knowledge to practical scenarios.
Do the Class 12 Informatics Practices Database Fundamentals MySQL Tour worksheets have answers?
Yes, we have provided solved worksheets for Class 12 Informatics Practices Database Fundamentals MySQL Tour to help students verify their answers instantly.
Can I print these Database Fundamentals MySQL Tour Informatics Practices test sheets?
Yes, our Class 12 Informatics Practices test sheets are mobile-friendly PDFs and can be printed by teachers for classroom.
What is the benefit of solving chapter-wise worksheets for Informatics Practices Class 12 Database Fundamentals MySQL Tour?
For Database Fundamentals MySQL Tour, regular practice with our worksheets will improve question-handling speed and help students understand all technical terms and diagrams.