• 2021-04-14
    视图定义如下:CREATE VIEW view_stu2(math,chin,sum) AS SELECT math,chinese,math+chinese FROM student;下面选项中,能够正确使用视图的语句是