CREATE TABLE tan-target
The table tan-target
is required for an INSERT
statement, and contains:
- an ID unique identifier
- a STRINGSET data type column
Before you begin
CREATE TABLE statement
CREATE TABLE tan-target (
_id id,
stuff stringset);
Next step