Web Technology/Data Warehouses

0.0(0)
studied byStudied by 4 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards
Database connectivity
mechanisms through which application programs connect and communicate with data repositories
2
New cards
Database middleware
database connectivity software through which application programs connect and communicate with data repositories
3
New cards
Data repository
data management application used to store data generated by an application program
4
New cards
Universal Data Access (UDA)
collection of technologies used to access any type of data source and manage the data through a common interface (i.e. ODBC, OLE-DB, ADO.NET)
5
New cards
6
New cards
Native SQL Connectivity
connection interface provided by database vendors, which is unique to each vendor
7
New cards
Microsoft's Open Database Connectivity (ODBC)
allows Windows applications to access relational data sources by using SQL via standard application programming interface (API)
8
New cards
Data Access Objects (DAO)
object-oriented API used to access desktop databases such as MS Access and FileMaker Pro
9
New cards
Remote Data Objects (RDO)
higher-level object-oriented application interface used to access remote database servers
10
New cards
Dynamic-link libraries (DLLs)
Implements ODBC, DAO, and RDO as shared code that is dynamically linked to the Windows operating environment
11
New cards
Microsoft's .NET Framework (ADO.NET)
component-based platform for developing distributed, heterogeneous, interoperable applications
12
New cards
DataSet
disconnected memory-resident representation of the database
13
New cards
Java Database Connectivity (JDBC)
application programming interface that allows a Java program to interact with a wide range of data sources
14
New cards
Web server
main hub through which Internet services are accessed
15
New cards
Server-side extension
program that interacts directly with the web server
16
New cards
Web browser
software that lets users navigate the web from their client computer
17
New cards
The web is a _______ system
stateless
18
New cards
stateless system
does not know the status of any clients
19
New cards
plug-in
external application automatically invoked by the browser when needed
20
New cards
data warehouse
subject-oriented, integrated, time-variant, and non-volatile collection of data in support of management decision making process
21
New cards
subject-oriented
data is organized around major subjects of the enterprise (i.e. customer, products, and sales)
22
New cards
Transformation
applies a series of rules or functions to the extracted data (i.e. data summation, data calculations, etc.)
23
New cards
Loading
additional constraints defined in the data warehouse schema can be activated (i.e. uniqueness, referential integrity, etc.)
24
New cards
End-User Access Tools
four main groups of tools exist to support end users (decision makers)
25
New cards
Data mart
database that contains a subset of corporate data to support analytical requirements of a particular business unit and to support users who share the same requirements to analyze a particular business process
26
New cards
dimension
master table composed of individual, non-overlapping data elements
27
New cards
measure
represents a column that contains quantifiable data, typically numeric, that can be aggregated
28
New cards
fact table
provides statistics for a set of dimensions
29
New cards
star schema (star join)
data-modeling technique used to map multidimensional decision support data into a relational database for advanced data analysis
30
New cards
Operational data
not well suited for decision support