Using console to list tables and view table information
Learn how to use OCI console to list Oracle NoSQL Database Cloud Service tables and view the table information.
This article has the following topics:
Viewing Tables
You can view Oracle NoSQL Database Cloud Service tables from the NoSQL console.
To view tables:
- Access the NoSQL console from the Infrastructure Console. See Accessing the Service from the Infrastructure Console .
- You can view all the tables in your tenancy from the NoSQL console.
Viewing Table Details
Learn how to view Oracle NoSQL Database Cloud Service table details from the NoSQL console.
To view table details:
Viewing Table DDL
Learn how to view Oracle NoSQL Database Cloud Service table DDL from the NoSQL console.
To view table DDL:
Viewing Table Columns
Learn how to view Oracle NoSQL Database Cloud Service table metrics from the NoSQL console.
To view table columns:
- Access the NoSQL console from the Infrastructure Console. See Accessing the Service from the Infrastructure Console
- The NoSQL console lists all the tables in the compartment.
- In the Table Details page, select the Columns under
Resources.
- You can view the Column name with its corresponding Type.
- You can also view whether the column can be NULL or not.
- It also displays whether a column is assigned as Primary key
or Shard key with "Yes" or "No".
Note:
Columns assigned as Shard key are also Primary key. To understand more about Primary and Shard key, see Primary Keys and Shard Keys