PRACTICAL

1. Create table

Go to DynamoDB -> create table -> table name (Music) ->
primary key (Artist) -> add sort key (Song title) -> select the
table name -> goto item -> create item -> add artist string
(Eminem) -> song title (not afraid) -> add new items by
clicking on + symbol -> append -> string (Album title) ->
string (recovery) -> add new item -> year (2010) -> save
(similarly create 2 more).

(note: string is any finite sequence of characters)

2. Edit table

Goto item -> action -> edit -> give the appropriate value

3. Query the data

Select the table -> item -> click the drop down labeled
scan -> on the drop down change the scan to query -> in
artist enter the name of artist -> and scan.

Last updated