Info of Database Adminstrator

Database Manager
Database Administrator: The mean who contort data program and data structure centrally is called database administrator. The following are his duty.
    1. Schema Definition
    2. Storage structure and access method
    3. Schema and physical organization modification
    4. Granting of authorization for data access.
Entity: Entity is object which has existence and which is distinguish from one another.
Entity set: Entity Set is collection of similar entity which has similar properly or attribute.
Relationship: Relationship is association of among entity.
Primary Key: The unique identifier by which we can identify entity differently from entity set.
Super Key:
Network Data Model : The data model which is express by collection of records and relation is represented links is called network data model. It do not support many to one relationship.
Hierarchical Data model: The data model which is express by collection for records and relation is represented links is called hierarchical Data model. It support to one relationship.
  • Data Structure Diagram: Data Structure diagram is the schema of network data model.
  • Tree structure Diagram: Tree structure diagram is the schema of hierarchical Data model.
  • Relational Data Model: The Data model which represent data by collection of table is called relational data model.
The following are database system:
  1. Server database system
  2. Client server database system
  3. Distributed database system.