— — Stored Function, Stored Procedure, Trigger, CTE, and Recursive CTE. Except for the basic SELECT-FROM-WHERE and common INSERT, UPDATE and DELETE, there are some other useful SQL queries including Stored Functions, Stored Procedures, Triggers, Common Table Expressions(CTE), and Recursive CTE. I will use MySQL for the classicmodels, which you…