In the last Database Fundamentals post, I explained what a unique constraint was and how you can create them using the GUI. Using TSQL to create a constraint is very similar to the primary key and foreign key constraints that you created in this post. You can use either the ALTER TABLE command or create […]
The post Database Fundamentals #32: Create Unique Constraints with T-SQL appeared first on Grant Fritchey.