SQL - Table Constraints
You wrote this constraint name for a unique constraint on the
Products table: UQProducts. What is the issue with this name?Products table: UQProducts. What is the issue with this name?UQ_ with an underscore.UQProducts misses the underscore after UQ, so it should be UQ_Products.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions