download free 30 days trial version buy simpledb explorer
Documentation   Download   Purchase   Support   FAQs   Forum   ScreenShots & Demos       
Frequently Asked Questions

SDB Explorer :: General information about SDB Explorer :: SDB Explorer Definitions

1. What is SDB Explorer ?
2. What are domains?
3. What are attributes?
4. What are Queries?
5. What are Items?
6. What do you mean by Put Attribute?

What are Queries?

A Query is a specific request, given with particular syntax or key word in order to fetch the associated record/ item-row. Syntax must be as: [‘Attribute name’< operator > ’Search value’]. Amazon SimpleDB also supports SQL-like SELECT query. You can use operators like =, ! =, <, > <=, > =, STARTS-WITH, AND, OR, NOT, INTERSECTION AND UNION and the format of query should be [‘Attribute name’< operator > ’Search value’] For eg: [‘Name’ STARTS-WITH ‘T’] (It will return all the records in selected domain that contains name attribute with its value starts from ‘T’.) .