You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**B. Create Database** - enter the GRID (or SecureCRT) and use the following commands on the command line interface.
15
15
1.`mysql`
16
16
2.`use agoldenberg_twitter_data;`
17
-
3.`create table table_import (Column_1 char(20), Column_2 char(20), Column_3 char(20));` - this command should have also appeared in the file formatter above
17
+
3.`create table TABLENAME (Column_1 char(20), Column_2 char(20), Column_3 char(20));` - this command should have also appeared in the file formatter above
0 commit comments