0% found this document useful (0 votes)
19 views3 pages

Lesson Plan DBMS Final

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

Lesson Plan DBMS Final

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

LESSON PLAN

DATABASE MANAGEMENT SYSTEM

UNIT-1:

Chapter-1

Data Base-Introduction: what is database, why database, purpose of database, classification,


applications, DBMS features, Functional components of DBMS.

Chapter-2

Database Design: Data model, types of data models, importance data modelling, overview of
database design(what is database design, importance of database design), Phases of Database
Design, database development life cycle, ER Model, components of the ER Diagram, ER
Diagram examples, entity , entity set, entity types, Types of Entity Type, Difference between
strong entity and weak entity set, attributes ,types of attributes-(key attributes, composite
attributes, Multivalued Attributes, Derived attributes),Relationship and its types-(Degree of
relationship set, cardinality, symbols and notations).

CASE STUDY: draw ER diagram and schema for Restaurant management system, Retail
shop system, recruitment management system, college management system, library
management system, ER diagram for movie database, ER diagram for employee database,
and ER diagram for Bank management system.

UNIT-2:

Chapter -3

Introduction to SQL (structured query language):

SQL statements: SQL SELECT, SQL WHERE Clause, SQL ORDER BY Keyword,
SQL AND Operator, SQL OR Operator, SQL NOT Operator, SQL INSERT
INTO Statement, SQL NULL Values, SQL UPDATE Statement, The SQL DELETE
Statement, The SQL SELECT TOP Clause, SQL Aggregate Functions(SQL MIN() and
MAX(), SQL COUNT(), SQL SUM(), SQL AVG()), SQL LIKE Operator, SQL IN Operator,
SQL BETWEEN Operator, SQL Aliases, SQL UNION Operator, SQL GROUP BY
Statement, SQL Comments, SQL CREATE TABLE Statement, SQL DROP TABLE
Statement, SQL ALTER TABLE Statement, SQL NOT NULL Constraint, SQL UNIQUE
Constraint, SQL PRIMARY KEY Constraint, SQL FOREIGN KEY Constraint, SQL
CHECK Constraint, SQL DEFAULT Constraint, SQL Date Data Types.

UNIT -3

Chapter-4

Relational model: Overview, Relational model concepts, Characteristics, constraints types-


(domain constraints ,key constraints, entity integrity constraints, Referential integrity
constraints, operations-(select operation, project operation, Cartesian product, union,
intersection, minus, rename), convert ER diagram to relational model, Advantages and
Disadvantages, Features of good database design and significance of database design,
applications of relational model, Description of ER Diagram.

Chapter-5

Functional Dependency: Overview (valid /invalid functional dependencies), Rules,


types(Trivial Functional Dependency, Non-Trivial Functional Dependency, Multivalued
Functional Dependency, Transitive Functional Dependency).

Evaluation Scheme:

Assessment Weightage in
marks
Minor-1 20
Minor-2 20
Assignment 10
Total 50

Course Outcomes: At the end of the course, the student will be able to:
Identify the elements of ER model for a given requirement, draw ER diagram and
CO-01
validate with the given requirement.
Translate the given ER diagram to a relational model and verify against integrity
CO-02
constraints. Also refine and normalize the relational database design against first
three normal forms.
CO-03 Use appropriate SQL statements to create a database and other DB objects using a
DBMS software.
Perform insert, delete and/or update operations on the database and query the
CO-04
database to retrieve the required information using appropriate SQL statements and
clauses.
References:
Sl. No. Description
1 Database System Concepts by Abraham Silberschatz, Henry F. Korth, S . Sudarshan
2 https://binaryterms.com/
3 https://beginnersbook.com/
4 https://www.oracletutorial.com/

You might also like