Create a Table
Creates an empty table. The column names and number of rows can be optionally specified.
Input Concepts
Concept
Type
Description
Default
Required
Output Concepts
Concept
Description
Examples
1. Basic Table Creation
create a table2. Specifying Column Names and Row Count
create a table where
the column names are "USA", "Japan", "Egypt"
the row count is 3USA
Japan
Egypt
Last updated
Was this helpful?
