Help for this page
INSERT into the_table(foo, bar, baz) values(...)
INSERT into the_table values(...)
SELECT foo, bar, baz FROM the_table WHERE ...
SELECT * FROM the_table WHERE ...