> For the complete documentation index, see [llms.txt](https://gyansetu-aws.gitbook.io/aws-cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyansetu-aws.gitbook.io/aws-cloud/practical-19.md).

# PRACTICAL

#### &#x20;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).
```

> &#x20;(note: string is any finite sequence of characters)

#### &#x20;2. Edit table

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

#### &#x20;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.
```
