The following screen shot shows the Create Table SQL Statement dialog box of the Wizard. Displays the auto-generated SQL statement and lets you customize it. If you change the default CREATE TABLE ...
Answer: CREATE TABLE table_name; create table table_name; Explanation: These are valid CREATE TABLE syntaxes. Select all steps to create a table in the database. Answer: Use the CREATE TABLE command.