Section 6:54. Creating the first table in Hive and List the tables
To create a table in Hive and list all the tables in the current database, you can use the following commands: Creating a table Replace table_name, column1_name, column2_name, etc. with the names you want to give your table and its columns. Replace data_type with the appropriate data type for each column (e.g. STRING, INT, DOUBLE, …
Section 6:54. Creating the first table in Hive and List the tables Read More »