Practice Test 1 Flashcards
Connected fields in a table that complete a row
Record
dbms does many things like integrity, storage, and security management but it doesnt
create data reports
An example of unstructured data would be
A video but if you had fields describing a video then it could be
what is data classified as
raw facts. Only processed data can be considered information
Intersection data
This would be when tables that do not share common fields are connected using fields that they do have in common
Unary or Binary
Unary is when theres a relationship with the same entity (itself) employee to employee while binary is a relationship between two different entities (student / course)
Database Models are….
They are conceptual frameworks for database systems
Modality
Means whether something must participate in the relationship. 1 means yes 0 means no
Entity Integrity
Requires all primary keys to be unique
Referential Integrity
Foreign Keys must refer to a valid primary key from another table
A table is perceived as…
two-dimensional structure
another term for relation
Table Name
Distinct filter
modifies presentation of query results
Primary Key
Always needs to be unique
Common Attribute
Properties or characteristics shared between two or more tables
Allows you to combine information from two or more tables
SELECT operation
Primary key will appear as a foreign keys in related tables
When designing a new database…..
you want to reduce data redundancy
SuperKey
Any numbers of columns that can uniquely identify a row. (ex. Table has Studentid, email, class for columns and the super key could be all 3)