Choose Category
CREATE MACRO macro_name [parameters] AS(<SQL statements>);
CREATE MACRO mc_employee AS(SELECT * FROM tbl_employee;);