Explanation:
The UNIQUE constraint prevents duplicate entries in a column. Unlike a Primary Key, a UNIQUE constraint typically allows one or more rows to store NULL values depending on the database engine.
Explanation:
Metadata is defined as data about data. It describes the structure, constraints, data types, and properties of the actual data stored in a database.
No comments yet. Be the first to start the discussion!