Data Flashcards
What does RAD stand for?
Rapid Application Development
What does RDBMS stand for?
Relational Database Management System
Tables, fields, & relationships are called base elements or….
Schema
FM field data types (5): T N D T T
Text Number Date Time Timestamp
A coherent, distinct type of thing the app will track (think nouns of a system description)
Entity
A quality or feature regarded as a characteristic or inherent part of someone or something
Attribute
Spreadsheet Term: Worksheet … data modeling term?
Data Modeling Term: Entity
Data Modeling Term: Entity … Database term?
Database Term: Table
SS Term: Worksheet - DM Term: Entity … Database term?
Database Term: Table
SS Term: Column … DM Term?
Data Modeling Term: Attribute
SS Term: Column - DM Term: Attribute … Database Term?
Database Term: Field
SS Term: Row … Data modeling term?
Data modeling term: Individual instance of this entity
SS Term: Row - DM Term: Individual instance of this entity … Database Term?
Database Term: Record
A collection of data categories (entities) that have been connected in various ways.
Relational database
Connections between data categories
Relationships