Into Flashcards

(16 cards)

1
Q

manage data - history

A

paper system
file based systems
-> database

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

database

A

shared data - meet needs
system catalog - data independence
logically related data - relationship

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

database sys

A
hierarchical model
network
relational
OO
NoSQL
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

hierachical

A

trees

parent-child : one - one, one - many

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

network

A

hierachical extends

parent – child : allow many - many

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

relational

A

table oriented
relation : table
tuple, record, row
attribute, column, field (a property of a entity)

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

entity

A

a person, a thing, event

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

relationship

A

association : entities

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

OO model

A

used in OOP

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

DBMS

A

software - database

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

DBMS servers

A

an intermediary user- database

used directly or through another app

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

database language

A

DDL - data definition language

DML - data manipulation language

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

DDL

A

stuctures

create, alter, drop

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

DML

A

manipulate data

select, update, insert, delete

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

DBMS - advantages

A
control : data redundancy
data consistency
more info
sharing
data integrity, secure
standards
economy of scale
balance connflicts
data accessibility and responsiveness.....
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

DBMS - disadvantages

A
complex
size
cost DBMS
hardwards
cost conversion
performance
impact of failure..