chapter 5 Flashcards
What are the differences between an spreadsheet and a database?
The spreadsheet uses tables to display information, but a database is a collection of tables that are related in some manner typically through a “key” so that it can be easily accessed, managed and updated
what is the Hierarchy of Data elements?
table or file -> records or rows-> fields or columns -> Bytes or characters
Components of a Database
tables or files, relationships among rows in tables, metadata
what is a key
a unique value that ties rows or records together across different tables
What is DBMS
database software program used to create, process, and administer a database
licensed from vendors: IBM, Microsoft, Oracle, and others
Traditional DBMS
purpose/functions of DBMS ; DBMS process operations: read, insert, modify, delete
processing power to support DBMS–ACID
ACID- atomic, consistent, isolated, durable