IS 3400 Final Exam

0.0(0)
Studied by 43 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

Last updated 3:26 PM on 4/24/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

Data

  • Raw facts 

  • ex) first name, last name

2
New cards

Information

  • Data processed to reveal meaning to the user 

  • ex) list of students having GPA > 3.0

3
New cards

Candidate Key

Determines all other columns in a relation and are your options for the PK

4
New cards

Primary Key (PK)

  • Uniquely identifies a row/record

  • Non repetitive 

  • Must have a value

5
New cards

Surrogate Key

  • An artificial column added to a relation to serve as a primary key 

  • ex) StudentID

6
New cards

Foreign Key (FK)

  • A key that connects a table to another table 

  • Values can repeat

  • May be empty

7
New cards

Composite Key

  • Primary key is made of more than one column 

  • ex) RENTAL_PROPERTY (Street, City, State, ZipCode, Country, Rental_Rate)

  • Not great, use a surrogate key instead

8
New cards

Referential Integrity Constraint

A statement that limits the values of the foreign key to those already existing as primary key values in the corresponding relation 

9
New cards

Entity-Relationship Modeling Using Crow’s Foot Notation

10
New cards

One-to-One Maximum Cardinality

1:1

An employee has at the most ONE badge, a badge at the most has ONE employee assigned to it

11
New cards

One-to-Many Maximum Cardinality

1:N

An employee can have MANY computers assigned to them, a computer has at the most ONE employee assigned to it

12
New cards

Many-to-Many Maximum Cardinality

N:M

An employee can have MANY skills, a skill can be possessed by MANY employees

13
New cards

Mandatory-to-Mandatory Minimum Cardinality

And employee at the least has ONE badge, a badge at the least has one employee associated with it

14
New cards

Optional-to-Optional Minimum Cardinality

An employee may have ZERO computers, a computer may be assigned to ZERO employees

15
New cards

Optional-to-Mandatory Minimum Cardinality

An employee will have at least ONE skill, a skill may be possessed by ZERO employees

16
New cards

ID-Dependent Entities

  • A child entity whose identifier includes the identifier of the parent entity 

  • Denoted using a solid line 

  • Weak entity 

  • ex) EXAM (PaitientRecordNumber (PK), DateStamp (PK)) includes the PK of PATIENT (Patient RecordNumber (PK), FirstName, LastName, etc.) 

17
New cards

Non-ID-Dependent Entities

  • Entities that are not connected with PK’s (regular tables)

  • Denoted with dashed lines

  • Strong entity

18
New cards

Weak Entities

An entity whose existence depends upon another entity

19
New cards

Strong Entities

An entity that represents something that can exist on its own

20
New cards

1:1 Entity Relationship Using Foreign Keys

The primary key from any side can be made a foreign key on the other side

21
New cards

1:N Entity Relationship Using Foreign Keys

The primary key on the “one” side is made a foreign key on the “many” side

22
New cards

N:M Entity Relationship Using Foreign Keys

Create a new table which will have foreign keys of the primary keys on the connecting tables

23
New cards

CREATE (SQL DDL Statement)

CREATE TABLE BUILDING (

BuildingCode CHAR (2) NOT NULL

CONSTRAINT BuildingPK PRIMARY KEY (BuildingCode)

);

24
New cards

INSERT (SQL DDL Statement)

INSERT INTO BUILDING (BuildingCode)

VALUES (‘EH’)

25
New cards

ALTER (SQL DDL Statement)

ALTER TABLE BUILDING

ADD TechEnabled CHAR (1) NULL;

26
New cards

DROP (SQL DDL Statement)

ALTER TABLE ROOM DROP CONSTRAINT _______

Explore top notes

note
OZV casus 7
Updated 432d ago
0.0(0)
note
Chapter 10: Factor Markets
Updated 1066d ago
0.0(0)
note
AP Government Units 1 & 2
Updated 396d ago
0.0(0)
note
AP Microeconomics Formula Sheet
Updated 485d ago
0.0(0)
note
Diseases: Cause and Control
Updated 1085d ago
0.0(0)
note
4.3 Cycles of Matter >
Updated 419d ago
0.0(0)
note
AP Calculus BC Ultimate Guide
Updated 1072d ago
0.0(0)
note
OZV casus 7
Updated 432d ago
0.0(0)
note
Chapter 10: Factor Markets
Updated 1066d ago
0.0(0)
note
AP Government Units 1 & 2
Updated 396d ago
0.0(0)
note
AP Microeconomics Formula Sheet
Updated 485d ago
0.0(0)
note
Diseases: Cause and Control
Updated 1085d ago
0.0(0)
note
4.3 Cycles of Matter >
Updated 419d ago
0.0(0)
note
AP Calculus BC Ultimate Guide
Updated 1072d ago
0.0(0)

Explore top flashcards

flashcards
Lesson 1
20
Updated 729d ago
0.0(0)
flashcards
AP Gov Terms
114
Updated 96d ago
0.0(0)
flashcards
Cells-Important Vocab
49
Updated 469d ago
0.0(0)
flashcards
GLW #2
20
Updated 185d ago
0.0(0)
flashcards
Personality
54
Updated 1127d ago
0.0(0)
flashcards
Lesson 1
20
Updated 729d ago
0.0(0)
flashcards
AP Gov Terms
114
Updated 96d ago
0.0(0)
flashcards
Cells-Important Vocab
49
Updated 469d ago
0.0(0)
flashcards
GLW #2
20
Updated 185d ago
0.0(0)
flashcards
Personality
54
Updated 1127d ago
0.0(0)