COMPUTERS NOTES

  1. Databases:

    A structured collection of related information for organized data management. Goes beyond image collections, serving as a comprehensive data management system.

    1. Records and Tables:
      • Records are single pieces of data within a database.
      • Neatly organized within tables, consisting of different data categories known as fields.
      • Fields enable efficient data storage and retrieval.
    2. Queries:
      • Allow users to retrieve specific data based on criteria.
      • Differentiates Access from other applications focused on slides or worksheets.
    3. Forms:
      • Provide an interface for inputting, viewing, and editing data.
      • Distinguished from tables, queries, and reports.
    4. Primary Key:
      • Uniquely identifies each record in a table.
      • Safeguards data integrity by preventing duplication.
    5. Design View:
      • Used for understanding the structure of a table.
      • Defines fields, data types, and relationships, streamlining data management.
    6. Relationships:
      • Crucial for linking tables to ensure data consistency and accuracy.
    7. Reports:
      • Present data in a structured and formatted manner.
      • Aid in summarizing and analysing data.
    8. SQL (Structured Query Language):
      • Used to manage and manipulate relational databases effectively
  2. Controls and Data Validation:
    • Controls enhance form functionality for interacting with data.
    • Data validation rules ensure accurate and consistent data entry.

  3. Normalization:
    • Organizes data to eliminate redundancy and improve efficiency

  4. Foreign Keys:
    • Link tables in a relational database, maintaining relationships and data consistency

  5. Form Wizard:
    • Simplifies form creation through predefined templates.

  6. Indexing:
    • Creates a data structure for quicker data retrieval.

  7. Blank Databases:
    • Provide a foundation for users to design their own database components.

  8. Date/Time Data Type:
    • Used to store dates accurately in Microsoft Access.