Chapter 1 Flashcards

1
Q

Which of the following best describes why databases are referred to as client/server database systems?

a. A system that divides processing between client computers and a database server.
b. Processing is divided between two clients.
c. The client is a multiple-user computer that provides shared-database services with the single-user server.
d. The server is a single-user computer that interfaces with the single-user client.

A

a. A system that divides processing between client computers and a database server.

In client/server computing, the database-system software and interfaces are spread across a network of single-user clients and multiple-user servers that communicate and cooperate to carry out system objectives.

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

What is the most widely used type of database called?

a. Table
b. Relational database
c. Structured Query Language (SQL)
d. Database management system

A

b. Relational database

The relational database is the most popular choice.

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

What links the tables in a relational database?

a. Keys
b. Rows
c. Tables
d. Columns

A

a. Keys
Tables in a relational database are linked together through the use of keys
(Primary keys and foreign keys).

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

What technique is used to organize data attributes into a more efficient, reliable, and maintainable structure, and ensures that all tables are linked together?

a. Sybase
b. Keys
c. Normalization
d. Structured Query Language (SQL)

A

c. Normalization

This is a three-step technique that places tables in first, second, and third normal form.

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

What are the rules called that govern how SQL is written?

a. Primary Keys
b. Query rules
c. Syntax rules
d. Keywords

A

c. Syntax rules

Syntax rules govern how SQL is written

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

Client

A

A single user computer that interfaces with multiple user server.

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

Client/Server data base system.

A

A system that divides client computer and a data base server.

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

Database

A

A collection of electronically stored organized files.

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

Server

A

a multiple shared database connection, interfacing and processing services.

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

Field

A

Column that runs vertically within a table.

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

Foreign Key

A

Link records of one type with those of another type.

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

Keys

A

Uniquely identify a row or record in a table.

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

Normalization

A

A three step technique used to organize data attribute in a more efficient, reliable, flexible, and maintainable structure.

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

Primary Key

A

a field whose value uniquely identifies every row.

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

Row

A

A record that represents a collection of information relating to an item in a table.

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

Table

A

Structured file containing rows and columns.