Database Design: - Tables - Constraints - Relationships - Queries
Database Design: - Tables - Constraints - Relationships - Queries
• Tables
• Constraints
• Relationships
• Queries
• Create Table
• Define fields, Data type
• Define field properties
• Set primary keys
• Create indexes
• Save the design
• Design view
• Primary key
• Insert rows
• Delete rows
• Property Sheet
• Indexes
• Field Name
• 1-64 characters
• Letters, digits, special chars
• Avoid . ! [ ] `
• Data Types
• Text, Number, Date
• AutoNumber
• Currency, Yes/No, Memo
• OLE object, Hyperlink
• Formatting
• Format (< > @)
• Input Mask
• Validation
• Caption
• Rule
• Mandatory
• Lookup
• List
• Table