discounts table  Diagram of the pubs3 database

Appendix B: The pubs3 Database

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)




Copyright © 2005. Sybase Inc. All rights reserved. Diagram of the pubs3 database

View this book as PDF