Chapter 15 Flashcards

1
Q

database software

A

is a well thought out collection of computer files

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

ERM entity relationship modeling

A

a database modeling method used to construct theoretical and conceptual representation of data to produce a schema

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

database schema

A

is a map of data tables and their relationships to one another

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

relational database

A

creates a relationship between the different tables, uses. primary key id

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

why use relational databases

A

keeps infor up to date and reduces redundancy, increases flexibility, its scalable, increases performances, increases integrity of information, reduces error and mistakes that could occur when entering information multiple times, security can lock the tables

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

Cardinality

A

the number of elements in a set.
high, which means it has a unique value like a bank account or UIN

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

1:M

A

low, means its repeated more often like a zipcode

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

SQL structured query language

A

the most widely used standard computer language for relational databases it allows a programmer to manipulate and query data

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

what are the 3 cardinality relationships

A

1:1 one to one meaning one person has one

M:M many to many (like many customers purchasing many products and can be purchase many products

1:M (1 to many ex: mays has many classrooms one building)

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

what is SQL used for?

A

extracting data, sorting data, manipulating data

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

whats one field that needs to be unique

A

primary key

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

what is chen model

A

rectangle is the table name and ovals are the build names (attributes)

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