Lesson 1 - Review of Theory Database Flashcards

1
Q

is a collection of logically related data such as name, address, birthday and gender.

A

DATABASE

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

is the overall design of a database.

A

SCHEMA

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

is an automated system that enables users to define, create, maintain and control access to the database.

A

DATABASE SYSTEM

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

Components of a DBMS Environment (5 and in order)

A
  1. HARDWARE
  2. SOFTWARE
  3. DATA
  4. PROCEDURES
  5. PEOPLE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DML stands for…?

A

DATA MANIPULATION SYSTEM

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

DBMS stands for…?

A

DATABASE MANAGEMENT SYSTEM

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

DDL stands for…?

A

DATA DEFINITION LANGUAGE

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

4 types of Entity Relationships

A
  • ONE TO ONE
  • ONE TO MANY
  • MANY TO ONE
  • MANY TO MANY
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

is divided into logical units called table which is composed of rows and columns of data.

A

RELATIONAL DATABASE

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

is composed of rows and columns of data.

A

RELATION

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

In relational database, the table columns correspond to attributes.

A

ATTRIBUTE

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

refers to a set of valid atomic values for a given attribute.

A

DOMAIN

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

refers to an attribute or field that serves as a unique identifier for a particular record within a relation.

A

PRIMARY KEY

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