Shared Flashcard Set

Details

MySQL
Database Management
9
Computer Science
Undergraduate 2
09/14/2024

Additional Computer Science Flashcards

 


 

Cards

Term

[image]

Definition
Each owner owns at least zero and at most many vehicles.

Each vehicle is owned by at least one and at most many owners.

Each person has at least zero and at most one license.

Each license belongs to exactly one person.
Term
[image]
Definition
The full relationship name Entity-RelatesTo-Entity is read clockwise
Term
Attributes are presumed ___, ___, and _ __.
Definition
singular, optional, and not unique.
Term
[image]
Definition
OfficerID is singular, required, and unique.
AwardCode is plural, optional, and not unique.
BadgeNumber and DepartmentCode are singular, required, and not unique. The composite (BadgeNumber, DepartmentCode) is unique.
Term
R and U indicate
Definition
NOT NULL and UNIQUE columns.
Term
Bullets indicate
Definition
primary keys
Term
primary keys are always
Definition
NOT NULL and UNIQUE
Term
[image]
Definition
Order of Operations
Term
OR
Definition
checks if at least one of the conditions is true.
If either condition is true (or both are true), the result will be true.
Supporting users have an ad free experience!