Tables are the backbone of any Relational Database Management System. Tables are used to store data in an organized form so operation on the data and retrieval of data becomes seamless. The AWS DynamoDB provides both RDBMS and Non-relational databases. This article mainly focuses on the relational part of DynamoDB.
In this article, we will look into the process of creating a table in DynamoDB through the AWS Management Console. After logging into the AWS Management console follow the below steps to create a table (Say, Music). The Music table will have the following details:
- Partition key: Artist
- Sort key: SongTitle
Follow the below steps to create a table in the DynamoDB database:
Step 1: Sign in to the AWS Management Console and open the DynamoDB console.
Step 2: In the navigation pane on the left side of the console, choose Dashboard.
Step 3: On the right side of the console, choose Create Table.
Step 4: Fill in the table details as depicted below:
Step 5: After filling in the details click on Create:
At this point your table is ready and you can start adding data into it.
Attention reader! Don’t stop learning now. Get hold of all the important CS Theory concepts for SDE interviews with the CS Theory Course at a student-friendly price and become industry ready.