InterviewSolution
Saved Bookmarks
| 1. |
There is a table T1 with combination of columns C1, C2, and C3 as its primary key? Is it possible to enter : (a) NULL values in any of these columns?(b) Duplicate values in any of these columns? |
|
Answer» No, NULL values and Duplicate values in any of these columns. |
|