实验五视图的创建与使用.pptxVIP

  • 6
  • 0
  • 约小于1千字
  • 约 12页
  • 2020-12-08 发布于广东
  • 举报
视图的创建与使用 一、实验目的;;(3)创建一个名为stuview4的视图,能检索出“051”班所有女生的学号、课程号及相应 的成绩。 create view stuview4 as select * from SC where Sno=( select Sno from Student where Classno=051 and Sex=女) ;;;;and SO.name = stuview2 ; 查看视图: select * from stuview3 ;;;;

文档评论(0)

1亿VIP精品文档

相关文档