Lect 1 - Chapter 01 - Introduction Databases and Database Users
Lect 1 - Chapter 01 - Introduction Databases and Database Users
◼ Data:
◼ Known facts that can be recorded and have an implicit meaning.
◼ Mini-world:
◼ Represents some aspects of the real world. For example, student
grades and transcripts at a university.
◼ In order for a database to be accurate and reliable at all times, it
must be a true reflection of the mini-world that it represents.
◼ Transaction
◼ It is an executing program or process that includes one or more
database accesses, such as reading or updating of database
records.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 9
Example of a simple database
◼ Database System:
◼ The DBMS software together with the
database itself. Sometimes, the applications
are also included.
◼ Data Abstraction:
◼ A data model is used to hide storage details and present
the users with a conceptual view of the database.
◼ Programs refer to the data model constructs rather than data
storage details