Week 1 Flashcards
Introduction to Database
What is a database
A database is a collection of inter-related records(key word here is records)
What is a Relational Database
This is a collection of tables that represents the data as well as the relationship between them.
What is a DBMS (Database Management System)?
A DBMS is a collection of inter-related data and the set of programs to access that data
What is the purpose of a database?
Database systems are designed to manage large bodies of information.
What is the Primary Goal of a DBMS?
The primary goal of a DBMS is to store and retrieve database information in a convenient and efficient way.
It also considered the safety of the information stored
What is Strategic Database Planning?
This is the strategic corporate effort to determine the information needs of an organization for an extended period into the future.
What is the Importance of Database Planning?
It expresses management’s current understanding of information resources.
It identifies opportunities for better resource management and allocation, including collaborations amongst departments and divisions.
It can give employees a sense of direction, in terms of collecting and retrieving data relevant to whatever projects they’re working.
What comes after the strategic database plan?
After the strategic database plan is completed and receives final approval, then plans for designing and implementing the database must be done
What is the database developmental cycle
This is referring to the process of creating a strategic database plan and then designing and developing a database
What are the 5 stages of the Database Development Life Cycle (P.F.R.C.I)
1.Preliminary Planning
2. Feasibility Study
3. Requirements Definition
4. Conceptual Design
5. Implementation
A feasibility study is comprised of: (its three things)
● Technological
● Operational
● Economical
What is an Attribute?
Attributes are characteristics of the entity e.g. name, dob, gender, etc represented by an oval
What is an Entity?
Anything you wish to store information about. An entity must have attributes. an entity is represented by a rectangle
What is a relationship between entities represented by?
A diamond
What is an example of a multivalued attribute?
Phone number or Alias attribute(a person can more than one phone numbers or more than one Alias… e.g. bigs and blacks)