PART 2 Flashcards

1
Q

Refers to the type of relationship one has with another

A

Cardinality

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

Number of related rows for each of the two objects in the relationship

A

Relationship Cardinality

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

Each record in the first table is associated with one and only one record in the second table EX: Social Security Number

Another Ex: Patient and MRN

A

One-to-one

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

Each record in the first table is associated with many records in the second table and each record in the second table is associated with only one record in the first table.
EX: Telephone Number

Another EX: Patient and Telephone Number

A

One-to-many

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

Most complicated to implement, therefore usually requires an intersect table to manage the relationship

Each record in the first table is associated with many in the second table. Each record in the second table is associated with many in the first table. EX: City or State, Medications, or Diagnosis

A

Many-to-many

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

Column which uniquely identifies a record in the table

A

Primary key

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

A column or group of columns in a relational database table that provides a link between data in two tables.

EX: Phone ID is PK for table 2/ MRN is FK in table 2 which establishes the relationship between the 2 tables

A

Foreign key

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

_____ is a widely adopted statistical programming language where users carry out tasks by specifying instructions using a common set of rules with words and phrases/____ is considered an interpreted language not a compiled language/each command can be interpreted without having to develop a computer program

A

R

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

Very simple design-base program for R

A

R interface

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

Code is typed-where you enter commands

A

R console

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