Data Dictionary Builder

CSC-326 · Semester V · System Analysis and Design

Data Dictionary Builder

Every data element named, typed and described.

NameTypeLengthMeaning
member_idINTEGER4Unique member number
isbnCHAR13International book number
due_dateDATE10Expected return date

The dictionary complements the ERD: it pins down each attribute's domain so designers and DBAs agree on storage, validation and display formats before any code is written.