Relational Database Management System Flashcards

1
Q

Invented Relational Database Management System

A

Edgar F. Codd

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

Commercial RDBMS products from numerous vendors started to appear about

A

1980

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

Model of database consist of multiple relations/tables

A

Relational Database

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

Relational Database Model consists of

A
  • Data structure
  • Data Manipulation
  • Data Integrity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Columns of data

A

Fields

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

Rows of data

A

Records

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

Synonym Table

A

Entity

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

Using SQL to manipulate data

A

Data manipulation

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

organized in table with rows and column

A

Data Structure

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

business rules that maintain data integrity

A

Data Integrity

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

Unique identifier

A

Primary key

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

primary key that consists of more than one attribute

A

composite key

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

copy key from other table or reference key

A

foreign key

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

Description of overall structure of data base

A

Schema

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

Set of valid atomic values for given attribute

A

Domain

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

rules that apply to particular relation

A

Specific integrity rules

17
Q

rules that apply to all relations

A

general integrity rules

18
Q

can be possibly used as primary key

A

candidate key

19
Q

Delete rules

A

Referential integrity rule

20
Q

The relations in a database must not contain unmatched foreign keys

A

Referential integrity rule

21
Q

no null allowed

A

Entity integrity rule

22
Q

NO COMPONENT OF THE PRIMARY KEY OF A BASE RELATION IS ALLOWED TO ACCEPT NULLS

A

Entity integrity rule

23
Q

dont allow delete of parent side

A

Restrict

24
Q

automatically delete dependent when parent side to be deleted

A

casscade

25
Q

set foreign key in dependent to null

A

set-to-null

26
Q

Business embedded rule expressing constraints of organization

A

Business Rules

27
Q

Structure of relation

A

shorthand notation

28
Q

is always represented by a single value

A

atomic

29
Q

relation stored physically in the database

A

base relation

30
Q

deals with how to design relational schema

A

normalization