InterviewSolution
Saved Bookmarks
| 1. |
What Is A Column With Identity? |
|
Answer» The COLUMN with a defined identity in turn means that there is an unique value that the system ASSIGNS to the SPECIFIC column. This is SIMILAR to the AUTONumber property of the ACCESS backend. The column with a defined identity in turn means that there is an unique value that the system assigns to the specific column. This is similar to the AUTONumber property of the Access backend. |
|