Create Table Wizard - SQL Statements
Use this page to review the SQL statements that create the table.
The first SQL statement creates the table and defines the table characteristics, which depend on the type of table. For standard and raw tables, the subsequent statements alter the table to add the check constraints, the primary, foreign, and unique keys, the lock mode, and the table options.
To change the SQL statements, click Back and change the values that are specified on the previous pages.