XII CS - Lab Manual Index - 2022-23
XII CS - Lab Manual Index - 2022-23
INDEX
Page TEACHER’S
S.NO DATE TITLE OF THE PROGRAM
no. SIGNATURE
Topic: Review of Python Basics
Month: April
1 ASCII art program
Topic: SQL
16
Month: October
1 Create a database
2 Change the database
Create a Student table (DDL Command) and
3
insert records (DML Command)
4 Display records with constraint (DML Command)
5 Sorting the records (DML Command)
6 Display records with constraint (DML Command)
Display records with constraint and sorting (DML
7
Command)
8 Grouping the records (DML Command)
9 Display records with constraint (DML Command)
10 Aggregate function (DML Command)
11 Update the records (DML Command)
12 Grouping the records (DML Command)
Create a Department table (DDL Command) and
13
insert records (DML Command)
Combining the two tables using Foreign key
14
(DML Command)
Combining the two tables using Foreign key
15
(DML Command)
16 Aggregate function (DML Command)
17 Delete records (DML Command)
18 Alter the structure of a field (DDL Command)
19 Drop and add a Primary Key (DDL Command)
20 Drop a column (DDL Command)
21 Delete the entire table (DDL Command)
Topic: Python – MySQL Connectivity
Month: November
17 Create a table and insert records
18 Search for a particular and display all the records
19 Delete a particular record
20 Edit a particular record