SQL Foundations  «Prev  Next»

Create SQL Table - Exercise

Objective: Given a specification for a table, write a statement that will create that table.
Create the statement that can be used to create a new table named Products with the following information to be stored in the table:
Product ID, for example, 78896-A
Product description, for example, green widgets

Make sure that blank values in the columns are not allowed to help maintain good information in the database table.
Once you have written your statement, place it in the text area below and click the Submit button to submit the exercise.