blurbs table

The blurbs table contains the author id and blurb for books in the pubs3 database.

blurbs is defined as follows:

create table blurbs
(au_id  id not null
    references authors(au_id),
copy text null)