InterviewSolution
Saved Bookmarks
| 1. |
what will happen if you do not assign a primary key to any of the fields in a table and try to save the table structure in the Design view? |
|
Answer» PRIMARY KEY constraints IDENTIFY the column or set of columns that have values that uniquely identify a row in a table. No TWO ROWS in a table can have the same primary key value. You cannot enter NULL for any column in a primary key. We recommend using a small, integer column as a primary key.Explanation:mark me BRAINLIEST and follow me ✌️ |
|