The SQLs used on this page

     // SQL for HTMLtree
     SELECT *
       FROM htmltree
     FORMAT tree
        DIV box1";

     // HTMLtree table
     SELECT id, myparent, traversed, mystatus, mytitle, mycomments
       FROM htmltree
     FORMAT sorttable
TABLEHEADER on
        DIV box2";

   SELECT name, instinct, family, height
     FROM dog
   FORMAT table
     DIV box1