Databases 1.1

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

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

API

set of rules, protocols, and tools that allow different software applications to communicate with each other

2
New cards

Data

raw, unprocessed facts and figures held within a database

3
New cards

Metadata

gives context to the raw data

ex. what field it came from, when it was added to the database

4
New cards

Information

data within context that gives it meaning

5
New cards

Knowledge

the understanding, insights, and experience derived from information and data

ex. interpreting meaning, recognizing patterns, making strategic decisions

6
New cards

Flat Files

databases that store data in a single table with no linkages to other files

7
New cards

Delimeter

character or set of characters that specifies the boundary between regions of plain text

ex. comma, colon, slash

8
New cards

Relational Database

databases that store data in many tables that link together using common values

9
New cards

MongoDB

type of NoSQL flat file database that stores data in an object-oriented way

10
New cards

DBMS

software that manages the database within the entire database system

who can add data, who can view data, what APIs have access to database

database management system

11
New cards

Systems Administrators

oversee entire database/information system to ensure everything is operating normally

manages infrastructure the database runs on

12
New cards

Database Designers

designs database structure to ensure design fits business needs and functions efficiently

13
New cards

DBAs

user that manages the DBMS to ensure it is running correctly

controls access and optimizes queries

database administrator

14
New cards

Systems Analyst

designs and implements the applications that interact with the database systems

15
New cards

NoSQL Database

type of non-relational database used in most modern situations

designed for large volume and scalability

16
New cards

Non-Relational Database

database that does not use the typical tabular format of relational databases

17
New cards

Schema

structure of a database

defines what tables exist and what data can be held in the tables

18
New cards

Document-Oriented Databases

a key is paired with a complex data structure

each document may have it’s own unique fields

19
New cards

Key-Value Stores

each entry is a key paired with a single value

20
New cards

Wide Column Stores

stores data in tables but each row may have a different format

21
New cards

Graph Stores

database that links edges, nodes, and properties together

shows a relationship between things

22
New cards

Transactional Database

database designed to manage day-today real time operations

23
New cards

Analytical Database

database designed to store, retrieve, and analyze large volumes of data

used to make long term business decisions and analyze trends

24
New cards

OLTP Databases

databases created to handle real time transactions through creating, modifying, retrieving, and deleting data

online transaction processing databases

25
New cards

Columnar Data Storage

storage method for analytical databases

each column is stored separately, queries scan specific columns for quicker data retrieval

26
New cards

Data Warehouse

backend data storage used for analysis and reporting

stores transactional data in a more efficient manner

27
New cards

OLAP

software used to analyze data held in a data warehouse, typically for business analytics