You are on page 1of 35

INT 306

Database Management Systems


Lecture 0
‘ Let’s move toward the better way to store and manage the data’
Course Details

• LTP–005

• Text Book –
Oracle Database Documentation (E-Kits)

• Reference Book --
DATABASE SYSTEM CONCEPTS by HENRY F. KORTH,
ABRAHAM SILBERSCHATZ, S. SUDARSHAN, TATA
MCGRAW - HILL EDUCATION, 6th Edition, (2010)
1. >=90% -- 5 marks

3. Each
>=80%
Course Assessment Model
2. >=85% and <90% -- 4 marks
CAand <85%be
would -- 3of
marks
30 marks.
4. >=75% and <80% -- 2 marks
• Marks break up
Best 2 and 1 compulsory would
be taken at the end (90 marks)
whichwould
would bebeprorated out of
• Attendance
MTE
20
of 50 marks
and it would be prorated to
5
• CA(1
ETE would
and
25 bethe
at of end
100 marks
it wouldCompulsory,
be prorated to 2 best out of 3) 20
• MTE 50 at the end
25
• ETE 50
• Total 100
Detail of Academic Tasks
AT1: Code Based Test 1

AT2: Code Based Test 2

AT3: Code Based Test 3

AT4: Code Based Test 4(Practical)


Questions…?
The three BURNING questions in mind…

• Why are we learning databases, Is Excel not enough

• What operations we can perform and purpose it would solve

• What will be the course outcome?

• Let’s start off 


Is Excel a database???
Definitely Not!!!
• A spreadsheet is an application for tabulating data
while a database is where data is stored so that it
can be retrieved by users

• The amount of data that is usually stored in a


database is way more than what is contained in a
spreadsheet

• A spreadsheet is edited directly by people while a


database is accessed by applications that enter
and modify data

• A spreadsheet is usually used for presentations


and paperwork while databases are commonly
used in cases where a lot of data needs to stored
World full of information
What to be done?
Growth of Data
Results
How do we manage?
Businesses!!!
Composition
What would we do with databases
Where does these social networking sites
store the data?
Where mobile contacts are stored???
They do most of the work!!!
What is a database?
Advantages of DBMS
• Controlling Redundancy
• Integrity can be enforced
• Inconsistency can be avoided
• Data can be shared
• Restricting unauthorized access
• Providing Backup and recovery
• Concurrency control
Disadvantages of DBMS
• Complexity
• Size
• Performance
• Cost of DBMS
• Additional hardware cost
• Cost of conversion
Structure of Relational Databases
Managed in the form of Rows and Columns
Bob’s Address Book
His friend Megan’s Details
Database Design: It’s how they are stored!!!
Can perform various operations!!!
Hey Lets Look for Megan
Search can be more accurate!!!
That’s what we get!!!
Transaction Processing
What you would learn 
 Develop skills and understanding in the database design and make use of database management
systems for applications

 Develop understanding about relational algebra, relational model and SQL for implementing and
maintaining databases

 Develop skills and understanding about the real – time transaction management systems and
the concurrency control techniques

 Understand the access structures needed to speed up the retrieval of records in response to
certain search conditions

 Extend the understanding and implementation of the database technology in the distributed
environment
Syllabus
Refer this link to download the syllabus:
https://ums.lpu.in/LpuUms/frmacademicsyllabusreport.
aspx
Let’s Start: DBMS Components n It’s Architecture

You might also like