# samples sql to run with the "pubs" database - just press "Execute" select au_fname, au_lname, phone from authors select title, pubdate, price, type from titles select * from blurbs select * from titleauthor