This document provides a tutorial on creating and working with tables and queries in Microsoft Access. It demonstrates how to create a Student table with fields like ID number, name, date of birth, and gender. It then shows how to create different types of queries like select, calculated, criteria, delete, update, and append queries. Select queries are used to retrieve specific data from tables. Calculated and criteria queries add or filter on conditions. Delete, update, and append queries make changes to data, either deleting, modifying, or moving records between tables. The tutorial provides step-by-step instructions on building each type of query using the Student table as an example.