The document provides 17 tasks related to analyzing employee data from a database and manipulating strings: 1) list employees with 4 character names, 2) list employees with 7 character jobs, 3) count letters in a string, 4) list employees with jobs ending in "man", 5) list employees with jobs starting with "man", 6) find employees with 1 L in their name, 7) find departments with O, 8) display an employee record with a given name, dept, salary, 9) count letters in a string, 10) find employees with "MAN" in their job, 11-12) find employees with job starting/ending with "MAN", 13) change case of start/end of string, 14