Database Management Extra 12 Flashcards
In SQL, a comparison operator used to check whether an attribute has a value.
IS NULL
In SQL, a comparison operator used to check whether an attribute’s text value matches a specified string pattern.
LIKE
A SQL aggregate function that yields the maximum attribute value in a given column.
MAX (Opposite of MIN)
A SQL clause that is useful for ordering the output of a SELECT query (for example, in ascending or descending order).
ORDER BY
A SQL command that restores the database table contents to the condition that existed after the last COMMIT statement.
ROLLBACK
A SQL command that allows attribute values to be changed in one or more rows of a table.
UPDATE
A SQL clause that adds conditional restrictions to a SELECT statement that limit the rows returned by the query.
WHERE
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.
Business Intelligence (BI)
In multidimensional OLAP, the shared, reserved memory area where data cubes are held. Using the ??? ??? assists in speeding up data access.
Cube Cache
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.
Dashboards