Explore the intricacies of Oracle constraints with the 'ORACLE CONSTRAINTS BY BLUE BLAZE' quiz. Assess your understanding of SQL constraints, including check constraints, transaction control commands, and more, enhancing database management skills.
Rate this question:
Commit
Savepoint
Rollback
Grant
Rate this question:
Column level
Table level
Row level
Rate this question:
True
False
Rate this question:
USER_TABLES
USER_CONSTRAINTS (*)
CONSTRAINTS
TABLE_CONSTRAINTS
Rate this question:
Unique indexes are created in the background by Oracle when Primary and Unique constraints are created or enabled (*)
Nothing extra is created when Primary Keys and Unique Keys are created
Internal Pointers
Ordered Lists
Rate this question:
ALTER TABLE STOP CHECKING
ALTER TABLE DISABLE CONSTRAINT (*)
ALTER TABLE STOP CONSTRAINTS
ALTER TABLE PAUSE CONSTRAINT
Rate this question:
True
False
Rate this question:
limits the column data that are returned.
Limits the row data are returned.
Both A and B are correct.
Neither A nor B are correct.
Rate this question:
CREATE INDEX ID;
CHANGE INDEX ID;
ADD INDEX ID;
REMOVE INDEX ID;
Rate this question:
ONLY
UNIQUE
DISTINCT
NULL
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Foreign key(field_name)references table_name(field_name)
Foreign key(field_name)references(field_name) on delete cascade
Foreign key(field_name)references table_name(field_name) on delete cascade
Foreign key(field_name)references table_name(field_name) ondelete cascade
Rate this question:
DDL statement is issued
DCL statement is issued
Normal exit from SQL*PLUS without issuing explicit COMMIT or ROLLBACK
None of the above
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
DDL
DML
TCL
NONE OF THE ABOVE
Rate this question:
Automatic
Manual
Automatic and manual
None of the above
Rate this question:
Quiz Review Timeline (Updated): Mar 4, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.