blurbs Table

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

blurbs is defined as:

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