database concepts

Using a database: creating tables

The seven steps

The text provides seven steps that should be followed when preparing a table to be created.

Organise the following steps into the correct order by dragging them with your mouse.

  1. Identify all foreign keys
  2. Identify NULL value fields
  3. Create the table
  4. Identify primary key
  5. Identify domain constraints
  6. Identify field data types
  7. Identify default values for fields

Showme