Community

Creating Primary and Unique Keys in XML Schemas

A primary key defines a column in a table as unique and required (null values are not allowed), whereas a unique key defines a column in a table as unique and optional (null values are allowed).

Read More - Register for Free Membership