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

Chapter 11 Key Terms Review

Chatper 11 Key Terms Review

AB
databasean organized collection of related information stored in a file on a disk
relational databasea database taht stores information in tables, which are composed of coulmns (fields) and rows (records)
fielda single item of information about a person, place or thing
recorda group of related fields that contain all of the necessary data about a specific person, place, or thing
tablea group of related records
primary keythe field that uniquely identifies each record in a table
parent tablea table to which another table, called a child table, links
foreign keythe common field in a child table
ADO.NET 2.0refers to the technology used in Visual Basic 2005 to connect an application to a database
dataseta coy of some or all of the records and fields contained in a database; stored in the computer's internal memory
Bindingrefers to the process of connecting a dataset object to a control on a form
bound controlscontrols connected to a dataset object
DataSet objectstores the information contained in a dataset
Update methodcommits, to the database, the changes made to the dataset
Fill methodused to load data into a table contained in a dataset
Position propertyused by the BindingSource object to store the position of the record pointer
queryspecifies the fields and records to retrieve from a database, as well as the order in which to arrange the fields and records
SQLstands for Structured Query Language; a set of commands that allows you to access and manipulate the data stored in databases
SELECT statementt commonly used SQL command; allows you to specify the fields and records you want to access from a database, as well as control the order in which the fields and records appear when displayed
WHERE clauseused in a SELECT statement to control the order in which the records are arranged

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