You are on page 1of 2

International Islamic University Chittagong

Department of Computer Science and Engineering

Course Code: CSE-2424 Session: Autumn 2022


Course Title: Database Management Systems Lab Section: 4BM
Instructor: Dr. Shahidul Islam Khan TA: G. M. Mozahid

Lab No: 1 Introduction


Date: Installing Microsoft Workbench or XAMPP
Create a database
Project Proposal & Discussion

Lab No: 2 Data Type (INT, VARCHAR(size), DATE(y-m-d), TIME(h:m:s)


Date: Constraints (NOT NULL, UNIQUE, CHECK, DEFAULT,
AUTO_INCERMENT)
Create a table

Lab No: 3 Insert value on a table


Date: SELECT Statement ( * & column name)
Aliases

Lab No: 4 WHERE


Date: AND, OR, NOT
NULL Values (is null, is not null)

Lab No: 5 IN, BETWEEN, NOT BETWEEN


Date: MIN, MAX
COUNT, AVG, SUM
ORDER BY

Lab No: 6 UPDATE


Date: DELETE
DROP

Lab No: 7 Q&N about previous topics


Date: Task (Build a database and a table)

Lab No: 8 Multiple Tables


Date: Primary Key
Foreign Key
About Joins
Inner Join

Lab No: 9 Left Join


Date: Right Join
Full Join
Lab No: 10 Q&A about Joins
Date: Task (Perform all joins)

Lab No: 11 ALTER a Table


Date: ADD
DROP

Lab No: 12 EXISTS


Date: TRIGGER
Task (Build a trigger)

Lab No: 13 Functions


Date: UPPER or UCASE
LOWER
CONCAT
ABS

Lab No: 14 Q&A + Overall overview of this course


Date: Basic Discussion (NoSQL, MongoDB)

Lab No: 15 Final Project Presentation


Date:

You might also like