IFC05 SDM05A-32
How is entity integrity maintained in a relational database?
Entity integrity is maintained by assigning a primary key (PK) to each row in a table, ensuring that each record is unique and does not contain null values.
How is entity integrity maintained in a relational database?
Entity integrity is maintained by assigning a primary key (PK) to each row in a table, ensuring that each record is unique and does not contain null values.