Reset Database
|
Return to Main
Tables
No tables defined.
Query
Enter a SQL statement below and press Execute:
create table tvshow ( name text, channel text, start_year numeric )
Or try one of these SQL commands:
create table tvshow ( name text, channel text, start_year numeric )
insert into tvshow values ( 'Big Bang Theory', 'CBS', 2007 )
select * from tvshow