5 - Database Processing Flashcards
Information Technology concepts and vocab
Access
A popular personal and small workgroup DBMS product from Microsoft.
Bigtable
A nonrelational data store developed by Google.
Cassandra
A durable, nonrelational data store that operates over hundreds of thousands of servers.
Originally developed by Facebook and later turned over to the open source community; it has become an Apache Top Level Project.
Columns
Also called fields, or groups of bytes.
A database table has multiple columns that are used to represent the attributes of an entity.
Examples are PartNumber, EmployeeName and Sales Data.
Database
A self-describing collection of integrated records.
Database Administration
A person or department that develops procedures to ensure efficient and orderly multi-user processing of the database, to control database structure, or to protect the database.
Database application
A collection of forms, reports, queries, and application programs that facilitates users’ processing of the database.
A database can be processed by many different database applications.
Database Management System (DBMS)
A program for creating, processing, and administering a database.
A DBMS is a large and complex program that is licensed like an operating system.
Microsoft Access and Oracle databases are example DBMS products.
Durability
A condition of a data store in which, once data is committed to the data store, it won’t be lost even in the presence of network or computer failure.
Dynamo
A nonrelational data store developed by Amazon.com
Elastic
In cloud computing, the situation that exists when the amount of resources leased can be dynamically increased or decreased, programmatically, in a short span of time, and organizations only pay for the resources they use.
This term was first used this way by Amazon.com.
Fields
Also called columns, groups of bytes on a database table
Byte
- 8-bit chunks of data
- Characters of data
File
A group of similar rows or records
in a database, sometimes called a table.
Foreign Keys
A column or group of columns used to represent relationships.
Values of the foreign key match the values of the primary key in a different (aka foreign) table.