Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Oracle Database Administrator
Quiz 9: Constraints, indexes, and Other Specialized Objects
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
True/False
CHECK constraints cannot contain queries or any references to other tables.
Question 22
Multiple Choice
A(n) ____ constraint appears immediately next to the column to which it applies.
Question 23
True/False
By default,the initial value of a sequence when it is first created is 0.
Question 24
Multiple Choice
The ____ constraint is similar to the PRIMARY KEY constraint because both enforce unique values;the difference is that it allows null values in the column or columns that are named in the constraint.