In the context of database management, what does the statement "there is no unique constraint" imply?
a. Duplicate values are allowed in the column(s) without restriction.
b. The column(s) must have a primary key to ensure uniqueness.
c. The column(s) will automatically index the data for faster queries.
d. The column(s) are used only for temporary data storage.