Quiz 3 Flashcards

1
Q

A database extracted from the operational database for BI purposes typically ________.

a. contains just part of the operational database
b. contains only the metadata from the operational database
c. is an exact copy of the operational database
d. combines all the data from the operational database into one large table

A

a. contains just part of the operational database

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

An ad-hoc query is ________.

a. never useful in Business Intelligence scenarios
b. a question that can be answered only by combining several SQL queries
c. a question that can be answered from the database using SQL
d. a question about the data that requires a program to be written

A

c. a question that can be answered from the database using SQL

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

In an SQL query, which SQL keyword is used to state the condition that specifies which rows are to be selected?

a. SELECT
b. WHERE
c. SET
d. FROM

A

b. WHERE

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

In an SQL query, which of the following symbols is used by ANSI SQL to represent all the columns in a single table?

a. _ (underscore)
b. * (asterisk)
c. ? (question mark)
d. % (percent)

A

b. * (asterisk)

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

SQL is only a data manipulation language (DML).
True or False

A

False

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