On the New Table page, enter a name for the relational table.
Note: You must only use lowercase letters, numbers, and underscores in the table name. If you include ANY capital letters, spaces, or special characters in the name, you will receive a SQL error. You’ll notice that if you use a capital letter in the table name, you will still be able to create the table, but will receive an error when attempting to load data into it.
For example,
My Table – not allowed
My_Table – not allowed
my_table – not allowed
