• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/40

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

40 Cards in this Set

  • Front
  • Back
Most e-business software are ______ ________, meaning that the DBMS is independent of the application software.
database agnostic
The data are manipulated and retrieved using _______ ________.
database software
What permits multiple applications to share the same database? It also permits the data to be physically stored apart from the application.
Database Agnosticity
Databases are frequently connected to e-business software at the ___ ___.
Back End
These are used interchangeably to denote the smallest block of data that will be stored and retrieved.
Field, Data items, Attribute, Elements
A ______ ________ is a specific set of data values for the record.
record occurrence
What level of database architecture includes: Database contents, Uses of database, Desired reports, Information to be reviewed.
Conceptual Level
What level of database architecture includes: tree, Network, and Relational
Logical level
What level of database architecture includes: Sequential, Indexed-sequential, and Direct
Physical level
The relationships that exist between the segments in the database are determined by the what?
logical data structure
what are the tree major models of logical data structure?
1. Tree 2. Network structures 3. Relational models
Both trees and networks are implemented with imbedded _______ ______.
pointer fields
In what type of structure do several rings pass through individual records?
Multiple Ring Structure
What are the three basic relational algebra operations?
Selection, Join, and Projection
What are the three normal forms?
First normal form, Second normal form, Third normal form
What type of organization is useful when batch processing is required?
Sequential file
An ISAM file structurally consists of what three distinct areas?
The index, The prime area, and the overflow area
The basic economics of file processing are largely determined by what?
activity ratio
What is the second economic consideration concern?
response time
Response time is affected by what?
physical access time
The ________ ________ to database design is to use an entity relationship model, which is then translated into a relational database, which is then implemented using ISAm.
classical approach
An alternate approach to database design is to use what?
object-modeling technique
The advantage to OLAP is what?
It provides fast response to complicated queries.
What differs from conventional databases in that the database is loaded into computer-internal RAM or other high-speed electronic storage device?
IN-MEMORY DATABASE (IMDB)
The elimination of the slow physical disk media results in what?
enormous gains in speed
What comprises database software and associated databases where the database software inputs, retrieves, and manipulates data in the database?
Database Management Systems (DBMS)
What are the three common attributes contained in all DBMS for managing and organizing data?
1. Data description language (DDL)
2. Data manipulation language (DML)
3. Data query language (DQL)
SQL: SELECT_
Retrieves rows from tables
SQL: UPDATE_
Modifies the rows of tables
SQL: DELETE_
Removes rows from tables
SQL: INSERT_
Adds new rows to tables
What integrates, standardizes, and provides security for various accounting applications?
DBMS
What is used to centralize, document, control, and coordinate the use of data within an organization?
Database dictionaries
What is a specific set of data values for the record?
Record Occurrence
Function: Creates a new table from selected rows of existing tables.
Operation: Selection
Function: Creates a new table from the rows of two existing tables.
Operation: Join
Function: Creates a new table by deleting columns from an existing table.
Operation: Projection
Allows the database administrator to define the logical structure of the database, called the schema.
DDL
Consists of the commands for updating, editing, manipulating, and extracting data.
DML
A user-friendly language or interface that allows the user to request information from the database.
DQL