This document contains examples of SQL queries being run on database tables to retrieve various data. The queries demonstrate selecting data from tables, filtering on conditions, using aggregation functions like COUNT and AVG, joining tables, and more. The tables being queried include EMP, DEPT, and other tables containing employee and department data.