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

Data Base Management Systems

3rd year BBA notes

Uploaded by

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

Data Base Management Systems

3rd year BBA notes

Uploaded by

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

Course Course Course Discipline Specific Elective L T P C

UBD21E09T DATABASE MANAGEMENT SYSTEM D 3 0 2 4


Code Name Category

Pre-requisite Co-requisite Progressive


Nil Nil Nil
Courses Courses Courses
Course Offering Department Data Book / Codes/Standards -

Course Learning
The purpose of learning this course is to: Learning Program Learning Outcomes (PLO)
Rationale (CLR):
CLR-1 : Understand the fundamentals of Database Management Systems, Architecture and 1 2 3 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Languages
CLR-2 : Conceive the database design process through ER Model and Relational Model
Design Logical Database Schema and mapping it to implementation level schema through

Environment & Sustainability


Analysis, Design, Research
CLR-3 :
Database Language Features

Level of Thinking (Bloom)


Expected Proficiency (%)
Expected Attainment (%)

Fundamental Knowledge

Individual & Team Work


Design & Development

Project Mgt. & Finance


CLR-4 : Familiarize queries using Structure Query Language (SQL) and PL/SQL

Modern Tool Usage


Familiarize the Improvement of the database design using normalization criteria and optimize

Life Long Learning


CLR-5 :

Problem Analysis

Society & Culture


queries

Communication
Understand the practical problems of concurrency control and gain knowledge about
CLR-6 :
failures and

PSO – 3
PSO - 1
PSO - 2
recovery Outcomes
Course Learning

Ethics
At the end of this course, learners will be able to:
(CLO):
CLO-1 : Acquire the knowledge on DBMS Architecture and Languages 3 80 70 H M L L - - - - L L L H - - -
Apply the fundamentals of data models to model an application’s data requirements using 3 85 75 H H H H H - - - H H H H - - -
CLO-2 :
conceptual modeling tools like ER diagrams
Apply the method to convert the ER model to a database schemas based on the conceptual 3 75 70 H H H H H - - - H H H H - - -
CLO-3 : relational model
Apply the knowledge to create, store and retrieve data using Structure Query Language (SQL) 3 85 80 H H H H H - - - H H H H - - -
CLO-4 :
and PL/SQL
Apply the knowledge to improve database design using various normalization criteria and 3 85 75 H H L M L - - - M M M L - - -
CLO-5 :
optimize queries
Appreciate the fundamental concepts of transaction processing- concurrency control 3 85 75 H L L L L - - - H L L L
CLO-6 :
techniques
and recovery procedures.

Duration (hour) 15 15 15 15 15
What is Database DBMS - Architecture Basics of SQL-Introduction Introduction to Introduction to Backup and Recovery
SLO-1
S-1 Management System of DDL,DML,DCL,TCL Query processing
Advantage of DBMS over File 3-levels of Architecture Introduction of DDL Query Processing with Need of Backup and Recovery in
SLO-2 Processing System detailed diagrams DBMS

BBA - DIGITAL MARKETING 129


Introduction and applications Difference between 2 -tier Creating a table with general fields Parts in Query processing Recovery outline
SLO-1
S-2 of DBMS & 3-tier Architecture
SLO-2 Purpose of database system Database (Data) Tier Introduction of DDL Syntax check Recovery from catastrophic failures
Views of data Application (Middle) Tier Commands in DDL Semantic check Recovery techniques based
SLO-1
S-3 on deferred update
Database system Architecture User (Presentation) Tier Introduction to DML Shared pool check Deferred update in a single-
SLO-2
user environment
components of DBMS Data base administrator Basic Commands in DML Detailed view of Different Deferred update in a multi-
SLO-1
S-4 checking user environment
Parts of DBMS Client / Server Architecture Introduction to DCL Explain the Query Recovery techniques based
SLO-2
processing with some on immediate update
queries
functions of DBMS Hierarchical Database Model Basic Commands in DCL Overview of Query Processin Immediate update in a single-
SLO-1
S-5 user environment
Database Applications Advantages, Disadvantages Define TCL Elements of Query processing Immediate update in a multi-
SLO-2
user environment
SLO-1 Lab 1 Discuss about Banking: all Lab 3:Simple Queries in SQL Lab 5 : Creating Student table Lab 7 : Develop a Banking Lab9: Nested Queries on
S-6 transactions with constraints System with PL/Sql sample exercise
SLO-2 Discuss about Sales: And insert some Row in to that. Database implementation * Construction of Relational Table
customers, products, purchases from the ER Diagram
What is Data Dictionary Discuss Network Model Data insertion Queries Introduction to Recovery in multidatabase
SLO-1
S-7 Query Optimization transactions
What Data Dictionary consists Advantages, Disadvantages Select a particular Row from table Elements of Query Introduction to Data Mining
SLO-2 Optimization
Types of Data Dictionary Relational model Select a particular Column from a table Importance of Query Applications of Data mining
SLO-1
S-8 optimization
Examples of Types of Data Structure of Sort the data in the table using the Explain the Query with Introduction of Data warehousing
SLO-2
Dictionary Relational Databases orderby query sample quries
SLO-1 database user Attribute Types Apply Where condition in select statement Types of of Query processing Applications of Data warehousing
S-9 Different types of Fundamental Delete a particular data set from the table Heuristic query optimization List out the Various Application
SLO-2
Database Users Relational- Algebra- using the Data ware house and Data
Operations mining
SLO-1 Database Administrator (DBA) Null Values Roll back command Cost-based query Discuss the levels of Data mining
S-10 optimization
Naive / Parametric End Users Object-oriented Data Model Commit statement Joins , Loops and Define Data cleaning
SLO-2
constraints in Query
optimization
Introduction to RDBMS ER Diagram: Entity Define Join Statement Introduction to Data Security Clustering the data
SLO-1
S-11 Relationship Diagram
Model

BBA - DIGITAL MARKETING 130


Advantages of RDBMS What is ER Diagram? Explain and List out the join statement Importance of Data security Grouping the data
SLO-2
with
sample tables
SLO-1 Lab 2: SQL Data Definition Lab 4 : Case study for Lab 6 : Create a Employee table and Lab 8 Join Queries on Lab 10: Develop own application with
Language Commands on ER Diagram with insert some basic data and modify the sample exercise. ER diagram, tables, join and views
S-12 sample exercise Employee management same using Queries * Frame and execute the and sub queries.
SLO-2 System and Banking appropriate
Management DDL,DML,DCL,TCL for
the
projec
SLO-1 Compare DBMS with RDBMS Why use ER Diagrams? Query : Sub query Introduction to data integrity? Define meta data
S-13 Uses of RDBMS ER Diagrams Symbols & Explain the Sub query working model Explain the types of data Define learning in data mining
SLO-2
Notations integrity
Applications of RDBMS Components of the ER List out the uses of Joins statement Introduction to Transaction Introduction to KDD
SLO-1 Diagram Management
S-14
Banking Sectors Examples of ER models Define union Statement Uses of Explain the process of KDD
SLO-2
Transaction with diagram
Management
Reservation System Extended Entity- Introduction to Pl / Sql Introduction to Concurrency Introduction each part of KDD
SLO-1
S-15 Relationship (EE-R) Model control mechanisms
Stock Market System Specialization and Structure of the Pl Sql Programming Uses of Concurrency control Advantages of KDD
SLO-2 Generalization mechanisms

1. Fundamentals of Database systems Fifth Edison Ramez Elmasree, Shankant B.


Navathe - Pearson Education, Copy right@2007
2. Database Management Systems- Designing and building Business Application-
Learning 1. Essentials of Database Management System, Second Reprint 2016, Alexis Leon, Third Edison, Gerald V. Post, Tata McGraw hill Edison. 2016,Twelfth Reprint
Resources Mathew Leon, and Vijay Nicole imprint private limited, copyright @2006. 2010
3. Principles of Database System and Design- Colin Ritchie – Cengage Learning-
Copy right @ 2016.
4. Database Management System- Oracle SQL and PL/SQL –PHI- Pranab Kumar
Das Gupta- Copyright @2009.

BBA - DIGITAL MARKETING 131

You might also like