This document contains code snippets demonstrating basic PL/SQL concepts like variables, conditional statements, loops, functions and procedures. The snippets include: 1) printing a message, 2) arithmetic operations, 3) calculating the sum from 1 to 100, 4) finding the minimum value, 5) defining a function to find the maximum value, 6) defining a recursive function to calculate factorials, 7) using a while loop to calculate a sum, and 8) printing values in a loop.