Java Games: Flashcards, matching, concentration, and word search.

Database Terms

Review some database terminology

AB
FileA set of records contained in a database.
QueryA request for information from the user to the database; the reply values are based on user-specified criteria.
DBMSAn application that allows users to manipulate information in the database.
DatabaseA collection of data that can be sorted and searched using search algorithms.
ODBCA standard method for accessing a database regardless of the DBMS or application program used.
Flat FileA database management system that stores information on a single table consisting of multiple rows and columns.
JDBCA database access method that executes SQL statements via Java programming to communicate with any SQL-compliant database.
FieldA column within a database table, by which information can be sorted and retrieved.
SchemaThe defined structure and content types of a database system, often depicted as a graphical reference.
Hypertext DatabaseA data-storage facility that stores various types of information (e.g., text, images, multimedia) as objects.
RecordA row within a database table, which includes one complete set of information.
Distributed DatabaseA data-storage facility constructed from multiple files and housed at different locations on the enterprise.
TableA repository of information divided into columns and rows; the format in which all information in a given database is contained.
RDBMSA database management system that stores related information in a collection of tables.
SQLA computer language for accessing information from a database and that closely resembles verbal English language.


Mr. McClain

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities