lg04551

导航

 

2018年5月14日

摘要: 一、视图 视图是一个虚拟表,其本质是(根据SQL语句获取动态的数据集),用户使用时只需使用名称即可获取结果集,可以将该结果集当做表来使用。 1、创建视图 create view teacher_view as select tid from teacher where tname='aa' 2、 使 阅读全文
posted @ 2018-05-14 15:03 lg04551 阅读(85) 评论(0) 推荐(0) 编辑