Create

FUNCTION Create ( Name AS String ) AS Table

Starts creating a table and returns the corresponding Table object.

The table will be effectively created when you call the Table.Update method.