Create a Table
Now let’s create a table in the Data Store of the Alien City project. This table is used to store records of city names where aliens were seen.
To create a table:
-
Navigate to the Cloud Scale section of the console, then click Start Exploring.
-
Navigate to Data Store under Storage and click Create a New Table.
The table is now created.
Next, let’s create a column in the table to store the names of the cities.
-
Enter the column’s name as “CityName.” Select the data type as Var Char and enter the max length as “100.” Click the Is Unique toggle switch to enable it.
You can learn about the various data types supported by Catalyst, as well as the other properties of a column, from the Data Store help page.
The column is now created and listed in the Schema View section.
Last Updated 2025-02-19 15:51:40 +0530 IST