Lesson 6 Flashcards

1
Q

Boolean

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

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
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

juction table

A

A database table containing foreign key fields that refer to the primar- key fields from the primary tables in many-to-many-relationships

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

Common field

A

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

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

Keyword

A

A word that appears on a web page and is used by search engines to identify relevent URL’s. 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
10
Q

Many-to-many-relationships

A

Indatabases, 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
11
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
12
Q

One-to-many relationships

A

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

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

One-to-one relationships

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 datbase to request database information. Database returns the query results based on the criteria supplied by the user in 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 data table consisting of one or more related fields about a specific entity

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 data tables that is based on a field that the tables have in common

19
Q

Search engine

A

A powerful software problem that searches internet databases for user specified information

20
Q

Structured Query Language

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