Week 1 Flashcards

Introduction to Database

1
Q

What is a database

A

A database is a collection of inter-related records(key word here is records)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Relational Database

A

This is a collection of tables that represents the data as well as the relationship between them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a DBMS (Database Management System)?

A

A DBMS is a collection of inter-related data and the set of programs to access that data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of a database?

A

Database systems are designed to manage large bodies of information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Primary Goal of a DBMS?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Strategic Database Planning?

A

This is the strategic corporate effort to determine the information needs of an organization for an extended period into the future.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the Importance of Database Planning?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What comes after the strategic database plan?

A

After the strategic database plan is completed and receives final approval, then plans for designing and implementing the database must be done

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the database developmental cycle

A

This is referring to the process of creating a strategic database plan and then designing and developing a database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 5 stages of the Database Development Life Cycle (P.F.R.C.I)

A

1.Preliminary Planning
2. Feasibility Study
3. Requirements Definition
4. Conceptual Design
5. Implementation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A feasibility study is comprised of: (its three things)

A

● Technological
● Operational
● Economical

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an Attribute?

A

Attributes are characteristics of the entity e.g. name, dob, gender, etc represented by an oval

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an Entity?

A

Anything you wish to store information about. An entity must have attributes. an entity is represented by a rectangle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a relationship between entities represented by?

A

A diamond

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is an example of a multivalued attribute?

A

Phone number or Alias attribute(a person can more than one phone numbers or more than one Alias… e.g. bigs and blacks)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what attribute is atomic

A

a single attribute, one value stored in, represented by a regular oval.

16
Q

describe a composite attribute

A

Holds a single value that can be broken down into smaller subparts, eg, name, name can be treated as one thing but what if you want to search by last name…you can break it down into smaller subparts eg fname, mname, lastname. Address is also a composite attribute.

17
Q

What is a derived attribute?

A

Derived attributes can be calculated by using other existing attributes. eg. age is derived from DOB represented by a dotted line oval.

18
Q

How are Unique Identify identified

A

underlined the name e.g. the attribute

19
Q
A