What is metadata?
System catalog / data dictionary
What are the 4 types of Databases?
What are the 5 components of DBMS Environment?
Name 4 Components of a Database.
Name some advantages of Integrated DBMS.
Name some disadvantages of DBMS.
Name 5 People’s Roles in the Database Environment.
What is the concept of ‘Views’ with a DBMS?
Name some benefits of ‘Views’.
What does the ANSI-SPARC, 3 Level Architecture provide?
This conceptual architecture:
- Provides a basis of understanding some of the functionality of a DBMS
- Emphasizes the implementation-independent layers needed to separate application programs from the data
What are the 3 levels of ANSI-SPARC Architecture?
What is the External Level of ANSI-SPARC Architecture?
The way users perceive the data in the External level.
What is the Conceptual Level of ANSI-SPARC Architecture?
The conceptual level provides the mapping details, and aids the separation/independence between other two levels. (Logical structure of entire database)
What is the Internal level of ANSI-SPARC Architecture?
The way the operating system and DBMS perceive the data is the Internal level. (How data is organized)
Name 3 objectives of ‘Users’.
Name 3 objectives of ‘Database Administrators’ (DBA).
What is a ‘Schema’?
A schema is means of defining a view: An external schema defines an external view, the conceptual schema defines the conceptual view etc…
What are 3 types of Schemas?
What does Logical Data Independence refer to?
Refers to the immunity of external schemas to changes in the conceptual schema.
What does Physical Data Independence refer to?
Refers to the immunity of conceptual schema to changes in the internal schema.
Name some functions of a DBMS.
What is a System Catalog?
A system catalog is a repository of information (metadata) describing the data in the database.
What does a system catalog typically store?