You can create or view a database by:
Navigate to Data Workbench > Databases.
Select New Database.
Give your database a name and optionally type a description.
The name must consist only of lower case letters, numbers, and _.Select Create.
You are taken to a page where you can create or view tables.
The db:create command creates a table named test_db in the cloud.
td db:create test_dbThe dbs command lists all the databases in your account.
td dbs