I create about 15 tables and create relationships and constraints among them using Wizard in SQL Server 2012 express
Now i want to see the query that is used to create those tables including relationships and constraints. Can u provide help?
Thank you.
This would give you access to the DDL SQL that can be used to create this table.