Query data

The steps to query the Music table data are as follows:

  1. Sign in to the AWS Management Console and open the DynamoDB Console at DynamoDB Management Console.

  2. In the navigation bar on the left side of the panel, select Tables

  3. Select the Music board from the list of boards.

  4. Select Actions, then select Explore item.

Query Data Dashboard!

  1. Select Query

  2. Enter the details of the keys:

  • For Artist (Partition key), enter Acme Band

  • For SongTitle (Sort key), enter PartiQL Rocks

  1. Select Run
  2. Return result:

Query Data Dashboard!