1/22
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Organize data into tables with rows and columns. store both data and relationships between data
Rows
Also called records represent individual instances of data. Each represents a unique occurrence of an entity
Columns
Also called fields store attributes (properties) of each instance. Each represents an attribute of that entity
A field in one table that links to the Primary Key of another table, creating relationships.
Example of a multiuser Database application. Tracks customer interactions and helps businesses manage relationships.
Example of a multiuser Database application. Integrates data across different departments such as finance and HR.
Functions of a DBMS
Create the database and tables, Modify data (insert, update, delete), Read and retrieve data, Enforce constraints to ensure data integrity, Control concurrency, Perform backup and recovery