Multiple choice technology programming languages An attribute declared as primary key can have null values. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation A primary key is a column or set of columns that uniquely identifies each row in a table. By definition, primary key columns cannot contain NULL values. This is a fundamental constraint enforced by databases to ensure data integrity and uniqueness.