Scenario: A customer wants you to run queries in an oracle database table, then convert the output of the query into a CSV file, then automates sending the CSV to the customer through email. To schedule a Python ETL (Extract, Transform, Load) process using cron on a Linux system, you…