Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Creating Tables from ERD

    This is what I have so far...

    Create Table Author(Aid integer primary key, First text, Last text)

    Create Table Writes(Booknum integer references Book(Booknum), Aid integer references Author(Aid), Percent integer, primary key Booknum(Aid)

    Create...

Viewing post 1 (of 1 total)