SQLite format 3@ I    xUK!)S Internetworking with TCP/IP Vol. II ?TCP/IP Illustrated, Vol 3 ;TCPI  Test #03  Test #02( SInternetworking with TCP/IP Vol. II  test!EDesigning with Web Standards'Perl Cookbook&OInternetworking with TCP/IP Vol.1!ETCP/IP Illustrated, Volume 1'QCCSP SNRS Exam Certification Guide                      fzfJeffreyZeldman! NathanTorkington%TomChristiansenDouglasComerRichardStevensChristianDeguSaraNassehGregBastien ED]!test03e727d1464ae12436e899a726da5b2f11d8381b26t03@na.comNoGoG]! test01e727d1464ae12436e899a726da5b2f11d8381b26t01@na.comJoeBlow)!test03mypasst03@na.comNoGoG]! test02e727d1464ae12436e899a726da5b2f11d8381b26t02@na.comJaneDoe adminuser          0i ytablebooksbooksCREATE TABLE books ( id INTEGER PRIMARY KEY, title TEXT , rating INTEGER )%%% tablebook_authorsbook_authorsCREATE TABLE book_authors ( book_id INTEGER, author_id INTEGER, PRIMARY KEY (book_id, author_id) )7K%indexsqlite_autoindex_book_authors_1book_authorsutableauthorsauthorsCREATE TABLE authors ( id INTEGER PRIMARY KEY, first_name TEXT, last_name TEXT )ctableusersusersCREATE TABLE users ( id INTEGER PRIMARY KEY, username TEXT, password TEXT, email_address TEXT, first_name TEXT, last_name TEXT, active INTEGER ) 3a!tablerolesrolesCREATE TABLE roles ( id INTEGER PRIMARY KEY, role TEXT )!!utableuser_rolesuser_rolesCREATE TABLE user_roles ( user_id INTEGER, role_id INTEGER, PRIMARY KEY (user_id, role_id) )3G!indexsqlite_autoindex_user_roles_1user_roles