|
Written by Administrator
|
|
Thursday, 09 July 2009 08:54 |
|
Page 3 of 17 Database Management System (DBMS) A database management system (DBMS) is a suite of programs used to manage large sets of structured data with ad hoc query capabilities for many types of users. It also enforces access control restrictions, provides data integrity and redundancy, and sets up different procedures for data manipulation. Types of databases: - Hierarchical
- Mesh
- Object-oriented
- Relational
Important Database terms- Record: Collection of related data items.
- File: Collection of record of the same type.
- Database: Cross-referenced collection of files.
- DBMS: Manages and controls the database.
- Base relation: A table stored in a database.
- Tuple: A row in a database.
- Attribute: A column in a database.
- Cell: Intersection of a row and column.
- Primary key: Columns that make each row unique.
- Foreign key: An attribute (column) in one relation that has values matching the primary key in another relation.
- View: Virtual relation defined by the database to control subjects from viewing certain data.
- Schema: Holds data that describes a database.
- Data dictionary: Central repository of data element and their relationships.
- Cardinality: The number of rows in the relation.
- Degree: The number of columns in the relation.
- Domain: It is a set of allowable values that an attribute can hold / take.
|
|
Last Updated on Friday, 28 August 2009 05:04 |