If a unique constraint is defined on column COL1 of table TAB1, what are the characteristics of COL1?()
- ACOL1 will accept NULL values and can be referenced in another table's foreign key specification.
- BCOL1 will not accept NULL values and cannot be referenced in another tables foreign key specification.
- CCOL1 will not accept NULL values and can be referenced in another tables foreign key specification.
- DCOL1 will accept NULL values and cannot be referenced in another tables foreign key specification.