Saved Bookmarks
| 1. |
Primary Key constraint is combination of which two constraints |
|
Answer» A primary key constraint combines a NOT NULL constraint and a UNIQUE constraint in a single DECLARATION. That is, it prohibits multiple ROWS from having the same VALUE in the same column or combination of columns and prohibits values from being null.... |
|