Reset Database | Return to Main
Tables
state
nametext
capitaltext
populationnumeric
sq_minumeric
Query
Enter a SQL statement below and press Execute:

Or try one of these SQL commands:

select * from state
select name, capital from state
select name, capital from state order by name
select name, population from state where population > 10000000
select * from state where name like 'M%'