创建视图/创建数学系学生信息视图/ CREATE VIEW Math_Student AS (SELECT * FROM Student WHERE dept='Math')