MCQOPTIONS
Saved Bookmarks
| 1. |
What does the database let you do if you require more explicit control over the indexes associated with UNIQUE and PRIMARY KEY constraints? |
| A. | Specify a new index that the database is to use to enforce the constraint |
| B. | Specify a CREATE INDEX statement that the database is to use to create the index and enforce the constraint |
| C. | Both A & B |
| D. | None of the above |
| Answer» C. Both A & B | |