Process Flow - Creating tables via SQL editor
Open SQL Editor
Write CREATE TABLE statement
Run the SQL command
Database processes command
Table created in database
Verify table exists
END
This flow shows how you open the SQL editor, write a CREATE TABLE command, run it, and the database creates the table.