SELECT * FROM <table-name> ORDER BY <column-name>;
INSERT INTO <table-name> VALUES(1, "Hello");
This insert command uses the table definition created as an example here.