0% found this document useful (0 votes)
84 views17 pages

INT 306 Database Management Systems (DBMS) : Let's Move Toward The Better Way To Store and Manage The Data'

The document provides information about the INT 306 Database Management Systems course, including: 1) The course covers topics like database concepts, the relational model, relational query languages, database design, transaction processing, and programming constructs in databases. 2) Assessment will include attendance, two coursework assignments (CA), a midterm exam (MTE), and an end-term exam (ETE). 3) A database management system (DBMS) is a set of programs that stores and retrieves data from a database according to user requirements.

Uploaded by

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

INT 306 Database Management Systems (DBMS) : Let's Move Toward The Better Way To Store and Manage The Data'

The document provides information about the INT 306 Database Management Systems course, including: 1) The course covers topics like database concepts, the relational model, relational query languages, database design, transaction processing, and programming constructs in databases. 2) Assessment will include attendance, two coursework assignments (CA), a midterm exam (MTE), and an end-term exam (ETE). 3) A database management system (DBMS) is a set of programs that stores and retrieves data from a database according to user requirements.

Uploaded by

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

INT 306

Database Management Systems (DBMS)


Lecture 0

‘ Let’s move toward the better way to store and manage the data’
Marks criteria
Contributor Marks

Attendance 5

CA(2 out of 3) 20

MTE 25

ETE 50

Text Book –
DATABASE SYSTEM CONCEPTS by HENRY F. KORTH, ABRAHAM
SILBERSCHATZ, S. SUDARSHAN, TATA MCGRAW -HILL EDUCATION.
Data and information
• Raw material that can be processed by any computing machine is data.
• Images, words, numbers , sounds etc. all forms different representations of the
data.
Database
• A database is actually a place where related piece of information is
stored and various operations can be performed on it.
• Or we can say database is a shared collection of logically related data
in a systematic manner that is stored to meet the requirements of
different users of an organization that can be easily accessed.
• Database can be maintained manually or through electronic devices
such as digital diaries, mobile phones, computers etc.
Introduction to DBMS
• DBMS=Database Management System
• Database+Management+System
• In which the database is managed by the system.
• Database Management System

• Database+Management System

collection of data is a set of program to store &


retrieve the data.
DBMS
• A DBMS is a software(or a collection of programs) that enables users to store
modify and extract information from a database as per the requirements.
• DBMS is actually a tool that is used to perform any kind of operation on data
in database.
• Some DBMS examples:
• My SQL
• Oracle
• My SQL server
Database Management Systems
Unit 1: Introduction to Databases
• purpose of database systems
• components of dbms
• applications of dbms
• three tier dbms architecture
• data independence
• Database Schema, instance
• data modeling
• entity relationship model
• relational model
Relational Databases
Relational Databases
Unit 2: Relational Query Languages
Unit 3: Relational Database Design
• Normalization
– Normalization is a systematic approach of decomposing tables to eliminate data
redundancy(repetition) and undesirable characteristics like Insertion, Update and
Deletion Anomalies. It is a multi-step process that puts data into tabular form,
removing duplicated data from the relation tables.
• Normal forms
– Normalization rules are divided into the following normal forms:
• First Normal Form
• Second Normal Form
• Third Normal Form
• BCNF
• Fourth Normal Form
Unit 4: Database Transaction Processing
Unit 5:Programming Constructs in Databases
• Cursors
• Triggers
• exception handling
Unit 6: File Organization and Trends in Databases
Thank You

You might also like