Answers|Graded A+|Latest Update
Correct 226
100%
Incorrect 00
Next steps
Your answers
1 of 226
Definition
This type of trigger is executed once, before or after the triggering
statement is completed. This is the default case.
Give this one a try later!
, System Event Trigger Statement Trigger
Commit Dml Trigger
Don't know?
2 of 226
Definition
A SQL aggregate function that outputs the number of rows containing
not null values for a given column or expression, sometimes used in
conjunction with the DISTINCT clause (Distinct will eliminate duplicate
rows in the result set).
Most aggregate functions take a single attribute as the parameter;
however, COUNT allows the asterisk () wildcard to indicate that the
number of rows should be returned without regard to the values in
any particular column ( will count nulls)
Give this one a try later!
Max function COUNT function
Rows function Volume function
Don't know?
, 3 of 226
Definition
A restriction placed on data, usually expressed in the form of rules. For
example, "A student's GPA must be between 0.00 and 4.00." A
restriction that data must satisfy.
Give this one a try later!
Entity Attribute
Relationship Constraint
Don't know?
4 of 226
Definition
In query optimization, a delay introduced in the processing of an I/O
operation that causes the overall system to slow down.
Give this one a try later!
Cost Based Optimizer Query Processing Bottleneck
, Bcnf Query Optimizer
Don't know?
5 of 226
Term
Inheritance means that ....
Give this one a try later!
An entity subtype inherits the
An entity subtype overrides the
attributes and relationships of
attributes of the supertype.
the supertype.
An entity subtype creates new
An entity subtype can only exist
attributes that are not present in the
independently of the supertype.
supertype.
Don't know?