Lesson 6 Flashcards

1
Q

Boolean operator

A

A symbol or word used in Internet searches to narrow search results by including or excluding certain words or phrases from the search criteria.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Common field

A

A field contained in two or more database tables that forms a connection between tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Database management system (DBMS)

A

A program used to store, access and manipulate database information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Field

A

A category of information in a database table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Foreign key

A

A field in a related database table that refers to the primary key in the primary table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Index

A

A catalog of the contents of a database. Each entry identifies a unique database record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Junction table

A

A database table containing foreign-key fields that refer to the primary- keys fields from the primary tables in a many-to-many relationship.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Keyword

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Many-to-many relationship

A

In databases, a relationship in which one record in Table A can relate to many matching records in Table B, and vice versa.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Meta search engine

A

A search engine that scans Web pages for tag information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

One-to-many relationship

A

In databases, a relationship a record in Table A can have multiple matching records in Table B, and vice versa.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Database

A

A collection of data that can be sorted and searched using search algorithms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

One to One Relationship

A

In databases, a relationship in which each record in Table A can have only one matching record in Table B, and vice versa.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Primary Key

A

A field containing a value that uniquely identifies each record in a database table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Query

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Record

A

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.

17
Q

Relational Database

A

A database that contains multiple tables related through common fields.

18
Q

Relationship

A

A connection between two or more database tables that is based on a field that the tables have in common.

19
Q

Search Engine

A

A powerful software program that searches Internet databases for user-specified information.

20
Q

Structured Query Language (SQL)

A

A language used to create and maintain professional, high-performance corporate databases.

21
Q

Table

A

A collection of data about a limited topic, organized into rows and columns in a database.