Database Management Extra 12 Flashcards

1
Q

In SQL, a comparison operator used to check whether an attribute has a value.

A

IS NULL

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

In SQL, a comparison operator used to check whether an attribute’s text value matches a specified string pattern.

A

LIKE

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

A SQL aggregate function that yields the maximum attribute value in a given column.

A

MAX (Opposite of MIN)

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

A SQL clause that is useful for ordering the output of a SELECT query (for example, in ascending or descending order).

A

ORDER BY

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

A SQL command that restores the database table contents to the condition that existed after the last COMMIT statement.

A

ROLLBACK

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

A SQL command that allows attribute values to be changed in one or more rows of a table.

A

UPDATE

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

A SQL clause that adds conditional restrictions to a SELECT statement that limit the rows returned by the query.

A

WHERE

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

A comprehensive, cohesive, and integrated set of tools and processes used to capture, collect, integrate, store, and analyze data with the purpose of generating and presenting information to support business decision making.

A

Business Intelligence (BI)

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

In multidimensional OLAP, the shared, reserved memory area where data cubes are held. Using the ??? ??? assists in speeding up data access.

A

Cube Cache

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

In business intelligence, a web-based system that presents key business performance indicators or information in a single, integrated view with clear and concise graphics.

A

Dashboards

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