• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back
Boolean operator
A symbol or word used in Internet searches to narrow search results by including or excluding certain words or phrases from the search criteria.
database
A collection of data that can be sorted and searched using search algorithms.
database management system (DBMS)
A program used to store, access and manipulate database information.
common field
A field contained in two or more database tables that forms a connection between the tables.
field
A category of information in a database table
foreign key
A field in a related database table that refers to the primary key in the primary table.
index
A catalog of the contents of a database. Each entry identifies a unique database record.
junction table
A database table containing foreign-key fields that refer to the primary-key fields from the primary tables in a many-to-many relationship.
keyword
A word that appears on a Web page and is used by search engines to identify relevant URLs. Some words, such as "the" or "and," are too common to be used as keywords.
many-to-many relationship
In databases, a relationship in which one record in Table A can relate to many matching records in Table B, and vice versa.
meta search engine
A search engine that scans Web pages for < meta > tag information.
one-to-many relationship
In databases, a relationship in which a record in Table A can have multiple matching records in Table B, but a record in Table B has only one matching record in Table A.
one-to-one relationship
In databases, a relationship in which each record in Table A can have only one matching record in Table B, and vice versa.
primary key
A field containing a value that uniquely identifies each record in a database table.
query
A question posed by a user to a database to request database information. The database returns the query results based on the criteria supplied by the user in the query.
record
A collection of information in a database table consisting of one or more related fields about a specific entity, such as a person, product or event.
relationship
A connection between two or more database tables that is based on a field that the tables have in common.
search engine
A powerful software program that searches Internet databases for user-specified information.
Structured Query Language (SQL)
A language used to create and maintain professional, high-performance corporate databases.
table
A collection of data about a limited topic, organized into rows and columns in a database.