1 / 6
CIS 218
60 likes | 212 Vues
CIS 218. Defining Fields. Field Definition. Assign fields to tables Create field names Unique Descriptive Clear and unambiguous Avoid acronyms Use singular form. Field Definition. Specify column properties Data type Required or optional “NOT NULL” or “NULL” Default value
Télécharger la présentation
CIS 218
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
CIS 218 Defining Fields
Field Definition • Assign fields to tables • Create field names • Unique • Descriptive • Clear and unambiguous • Avoid acronyms • Use singular form
Field Definition • Specify column properties • Data type • Required or optional • “NOT NULL” or “NULL” • Default value • Rules (data constraints/restrictions)
Representing an Entity as a Table ITEM ItemNumber Description Cost ListPrice QuantityOnHand
More Related