TOC PREV NEXT INDEX



Working with SQL queries


Our program is finished. We can test it by entering SQL queries into the TextField and pressing Enter. Try the following queries to see what they do.

select * from address
select Name,State from address
select * from address where state='OH'
select Name,City from address where state='OH'

Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX