This document contains 14 programming problems and their solutions in Python. It also contains 5 SQL queries and their expected outputs to demonstrate basic SQL commands like creating tables, inserting data, selecting records, aggregating data, and ordering results. The Python programs cover topics like calculating area of a rectangle, finding even/odd numbers, checking for prime numbers, printing patterns, calculating series sums, checking for palindromes, and more. The SQL queries demonstrate creating a student database table, inserting records, calculating totals and percentages, and retrieving results.