Top Banner
Tables
19

Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Dec 26, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Tables

Page 2: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

What is a Table?

• A part of a database• Container for data• Pieces of data, put together, have a meaning

Page 3: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Parts of a Table

• Field – Smallest part of a database– Specific piece of data

• Record– Related fields

• Table– Related records

Page 4: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Setting up a Table

1. Identify the fields that are needed2. Identify any property settings3. Name table with preface of tbl

Page 5: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Identify the Fields

• From discovery process• Organize into tables• Watch for redundancy– Relational database

Page 6: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Text

• Default data type

Page 7: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Text

• Default data type• Default size is 255 characters• Properties– Field size – from 1 to 255– Format• < forces lowercase• > forces upper case• Different for other data types

Page 8: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

More Text

• Default Value – most people from ND, save them from having to type the information

• Validation Rule– If the organization was established in 1995, the

enter >1994 – no one will be able to put in <=1994• Validation Text – message that pops up when

there is an invalid entry• Required

Page 9: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

More Text

• Allow Zero Length• Indexed• Unicode Compression

Page 10: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

AutoNumber

Page 11: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Number

Page 12: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Memo

Page 13: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Date/Time

Page 14: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Currency

Page 15: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Yes/No

Page 16: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

OLE

Page 17: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Hyperlink

Page 18: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Attachment

Page 19: Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Input Masks

• Data entry– Simplify– Standardize

• DO NOT USE WITH ZIP CODES• Phone numbers– Watch for foreign countries