This document discusses basic operators in relational database management systems (RDBMS): SELECT, PROJECT, and WHERE. SELECT retrieves all or specific records from a table based on conditions. PROJECT extracts specific attributes from records. WHERE filters records by a condition. Examples are provided to demonstrate each operator on a sample student data table.