0% found this document useful (0 votes)
3 views

lesson plan -programming in c-lab.

Uploaded by

kapilkumar00786
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

lesson plan -programming in c-lab.

Uploaded by

kapilkumar00786
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Name of Class: BCA 1nd Semester

Name of Subject: Structured Query Language Lab.


Name of Teacher: Kapil Kumar
Program to be performed in lab. Learning Suggested Teaching Post Evolution
Objectives Duration Period Tools

What is SQL? What are the various features of SQL? Describe various Data Improve 22 july 2024 Lecture with
types used in SQL. Practical to practical on Weekly and
knowledge 10 September computer assessment Tests
Installation of MySql Software on Window. 2024 will be held as
Write queries to execute following DDL Commands: prescribed in
Departmental
Create:
Academic
Create DATABASE
Calendar.
Create the Structure of a table with at least five columns.
Alter:
Add a new column to the existing table.
Remove a column from the table. Activities during
Drop: Destroy the table along with its data. this duration
Rename: Change the name of the column. ------------------
Write queries to execute following DQL Commands: Practical test
Select:
Retrieve the entire contents of the table.
Retrieve the selective contents (based on provided conditions) from a table.

Write queries to execute following DML Commands: Improve 11 Sept 2024 to Lecture with
Insert: Practical 31 oct. 2024 practical on Weekly and
Insert five records in each table. knowledge computer assessment Tests
Update: Activities during will be held as
Modify data in single and multiple columns in a table. this duration prescribed in
Delete: ------------------ Departmental
Delete selective and all records from a table. Oral Test and Academic
Sort the column in ascending and descending in a Table. 1st Internal Calendar.
Retrieve contents from a table based on various Assessment Test
operators i.e. logical operators, conditional operators.
Revision and backup classes:-1 NOV. 2024 to till the end of academic session

You might also like