Title
Data Dictionary - Entity Table: Title#
Title of the person
| Primary Key ('id') | . | ENGINE = InnoDB | . | . |
|---|---|---|---|---|
| Column Name | Data Type | PK Primary Key, NN-Not Null, Null | Example | Comment |
id | BIGINT(12) | PK, NN | 1 | PrimaryKey-ID,(auto creates) |
Name | VARCHAR(45) | NULL | Mr; Miss; Mrs; Sir; Lord; Dr;PhD; Professor | Title name |