Test 1 Note Cards Flashcards
The problems with lists are …
The Redundancy and Multiple themes
Addresses many of the information complexity issues …
Relational Databases
stores information in tables, each info topic is stored in its own table . ..
relational database
Aa international standard for creating, processing, and querying databases and their tables…
SQL
The four components of a database system are:
Users, Database Application, Database Management System (DBMS), Database
uses a database application to track things
user
a self-describing collection of related records
Database
contents of a Database are…
user data
Metadata
Indexes
Application Metadata
serves as an intermediary between database applications and the database…
Database Management System (DBMS)
ensure that the values of a column in one table are valid based on values in another table
referential integrity constraints
a set of one or more computer programs that serve as an intermediary between the user and this DBMS …
database application
Name the functions of a Database Applications
Create and process forms
Process User Queries
Create and process reports
Execute application logic
control database applications
An…… is important to auser that needs to be represented in a database, represents one theme or topic
entity
a……. is a 2-D table that has specific characteristics that consist of rows and columns
relation
Two characteristics of a Relation are ….
Cells of the table hold a single valve
No two rows may be identical
A…… is one or more columns of relations that are used to identify a row
Key
A key that contains two or more attributes, needed for a key to be unique,…
composite Key
is candidate to become a primary key…
Candidate key
chosen to be the main key for the relation. uniquely identifys a single row….
primary key
unique numeric value that is added to a relation to serve as the primary or main key.
surrogate key