Lesson Plan (Class 12information Technology)
Lesson Plan (Class 12information Technology)
Chapter no: 1
Topic:
DML commands are used to modify the database. It is responsible for all form of changes in the
database.
The command of DML is not auto-committed that means it can't permanently save all the changes in
the database. They can be rollback.
INSERT
UPDATE
DELETE
a. INSERT: The INSERT statement is a SQL query. It is used to insert data into the row of a table.
Syntax:
Or
For example:
b. UPDATE: This command is used to update or modify the value of a column in the table.
Syntax:
[WHERE CONDITION]
For example:
For example:
Definition:
A database management system is a collection of programs that enables users to create, maintain
and use a database. It enables creation of a repository of data that is defined once and then
accessed by different users as per their requirements.
SQL is a language that is used to manage data stored in a RDBMS. It comprises of a Data
Definition Language (DDL) and a Data Manipulation Language (DML) where DDL is a
language which is used to define structure and constraints of data and DML is used to
insert, modify and delete data in a database.
Testing aids/resources:
Netbeans 7.3
Mysql
NCERT IT book
Online SQL compiler
Mind map:
SQL commands
Database Environment
Activities:
Assign each students SQL queries related to the topics previously thought.
Exercises:
Create table in SQL
Alter table
Drop table
Insert command
Update command
Select Command
Delete command
Learning outcome:
The student should be able to use an integrated development environment to experiencing
the work-world; developing professional abilities; and applying canonical knowledge
in work contexts. Each outcome class requires different kinds of assessment protocols, and
raises different concerns about validity and reliability.