Test 1 Flashcards
Negatives of Excel
-inefficiency with large amounts of data
-not good with different data types
-no clear relationships
-limited tools for combining data
-data redundancy (hard to fix/identify)
Database Positives
-Efficiency with large amounts of data
-enforces data types
-designed for relationships
-designed for combining data easily
-reduces redundancy
Units of Data
-field
-record
-table
-file
Field
-Place for a piece of information
-smallest
-collum (attribute)
-Ex: Customer name
Record
-group of fields
-row (entity)
-Ex: Customer info
Table
-group of records
-file
Relational database
-organized in tables
-Ex: table of customers
Primary Key
-field that uniquely identifies each record
-avoid duplicates
-avoid missing data
-Ex: Social Security number
Criteria (queries)
-limit the number of records shown
Field list (queries)
-what can be seen in query design view
entering/editing data (queries)
-same as you would in a table datasheet
-any edits made are permanently stored and updated all other views
-do not edit the results in the data sheet view
Criteria in Access
-“like” is automatically added
-quotation marks around text is automatically added
-pound signs for date are automatically added
-number, currency, yes/no fields are not surrounded by any characters
Searching for blank fields
-not null
-null
Is Null
-finds all records where no entry has been made
Is not null
-finds all records where any entry has been made