Networking-Databases Flashcards

Learn about how databases work and what they are used for

1
Q

Form

A

User-friendly interface for adding to or retrieving information from a database.

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

Report

A

Formatted summary of information from a database.

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

Table

A

Stores raw data in a relational database.

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

Query

A

Retrieves specific information from a database. Can also be used to update, edit, and delete information.

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

Primary Key

A

A unique identifier for each record in a table.

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

Foreign Key

A

A value that’s used to identify a record from a linked table.

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

Field

A

Columns in databases are known as fields. Each field contains a specific type of information about each record.

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

Unique Values

A

Primary keys must always be unique values.

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

Customer ID

A

A primary key used to uniquely identify each customer record.

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

Records

A

Each row in a database table, representing a single item or entry.

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

Categories

A

Another term for columns in a relational database table.

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

Instances

A

Refers to individual occurrences of data in a database.

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

Linked Key

A

Incorrect term; the correct term is Foreign Key.

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

License Number

A

A unique identifier that is not shared by anyone else, even if they have the same first and last name.

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

Foreign Key

A

A field in a table that is a primary key from another table, establishing a relationship between the two tables.

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

Public and Private Keys

A

Keys used by encryption methods to secure data.

17
Q

Query

A

A database feature that results in information resembling a spreadsheet with rows and columns.

18
Q

Report

A

A formatted, easy-to-read listing of the results of a query.

19
Q

Form

A

A database feature used to automatically build a query to retrieve database records.

20
Q

Table

A

A structure used to store information in a database.

21
Q

Record

A

A single instance of a thing stored in a database table.

22
Q

SQL Command

A

Commands used to interact with a database.

23
Q

NOT NULL Constraint

A

A rule that prevents certain fields in a database from being left blank.

24
Q

Schema

A

The general database structure.

25
Q

Query Builder

A

A method of accessing a database using a graphical user interface that allows users to select actions to perform on a database.

26
Q

Scalability

A

A characteristic of databases that allows data to be modified and users to be added without impacting accessibility and performance.