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