Database - 🧠 ANSWER ✔✔An organized collection of logically related data
Data - 🧠 ANSWER ✔✔Representations of objects and events
Structured: numbers, text, dates
Unstructured: images, video, documents
Database Management System (DBMS) - 🧠 ANSWER ✔✔A data storage
and retrieval system
Hierarchy of Data Elements - 🧠 ANSWER ✔✔Bytes - Fields - Reports -
Tables - Database
, MS Access Data Types - 🧠 ANSWER ✔✔Short text, Long text, number,
auto number, date/time, currency, yes/no, OLe object, Hyperlink, Lookup
wizard, attachment, calculated
SQL Data types - 🧠 ANSWER ✔✔Bit, Char, date time, decimal, varchar
Metadata - 🧠 ANSWER ✔✔Describes data. Descriptions of the properties
of data including data types, field size, allowable values, etc
Limitations with file processing systems - 🧠 ANSWER ✔✔Data are
separated and isolated, data are often duplicated, application program
dependent, excessive program and data maintenance
Benefits of database systems - 🧠 ANSWER ✔✔Data is integrated,
duplication is reduced, consistent, program independent, easy to
understand, shared
Data Models - 🧠 ANSWER ✔✔Graphical diagram capturing relationships of
data
Entities - 🧠 ANSWER ✔✔Describes a person, place, object, event or
concept. Consists of attributes
Table Expression - 🧠 ANSWER ✔✔TableName(Field 1, Field 2, ...)