Title | |
---|---|
By constraining a SQL statement, we limit the ____________ according to certain conditions or restrictionsBy constraining a SQL statement, we limit the ____________ according to certain conditions or restrictions.
The answer is:
D. Database
|
|
Which of the following is/are type of SQL Constraint?Which of the following is/are type of SQL Constraint?
The answer is:
C. Both A and B
|
|
What is the difference between Column Level and Table Level Constraints?What is the difference between Column Level and Table Level Constraints?
The answer is:
C. Constraints are applied to a single column using Column Level Constraints whereas Multiple columns can be constrained using a Table Level Constraint.
|
|
Which of the following constraints are TRUE to be put in Password system?Which of the following constraints are TRUE to be put in Password system?
The answer is:
D. All of the above
|
|
Select the correct constraint in SQL?Select the correct constraint in SQL?
The answer is:
D. All of the above
|
|
What is TRUE about NOT NULL Constraint?What is TRUE about NOT NULL Constraint?
The answer is:
B. When a table's column is declared as NOT NULL, no record in the table can have an empty value for that column.
|
|
NULL means – |
|
Which of the following is TRUE about UNIQUE constraint?Which of the following is TRUE about UNIQUE constraint?
The answer is:
D. All of the above
|
|
You can also _______ the existing tables by using the UNIQUE constraintYou can also _______ the existing tables by using the UNIQUE constraint.
The answer is:
C. Modify
|
|
___________ and __________constraints form the core of the PRIMARY KEY constraint___________ and __________constraints form the core of the PRIMARY KEY constraint.
The answer is:
D. NOT NULL , UNIQUE
|
|
___________ integrity is achieved by using a foreign key___________ integrity is achieved by using a foreign key.
The answer is:
A. Referential Integrity
|
|
What is TRUE about DEFAULT constraint?What is TRUE about DEFAULT constraint?
The answer is:
B. In the event of a DEFAULT constraint being applied to a table's column without a user specifying the value to be inserted when that constraint was applied, the default value that was specified when the constraint was applied will be put into that column.
|
MCQs
Views
Best Answers
Points