| Did this page help you? Yes No Tell us about it... |
After you put data into the domain, you can run queries against the domain to find items that match your criteria.

In the following exercise, you query the domains for all the items you earlier categorized as clothes.
To query the domain for Clothes items
Select Select from the scratchpad Explore API list box.
The Select page displays.
Enter the following in the Select Expression field:
select * from MyStore where Category = 'Clothes'
Click Invoke Request.
Amazon SimpleDB returns Item_01 (sweater) and Item_02 (sweatpants).
