Study Logs 2020-08-02 SQL存储函数、过程、视图、游标、触发器 一.存储过程create PROCEDURE p1 (in height int)begin declare line varchar…