SQL——视图

Posted 可爱小夫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQL——视图相关的知识,希望对你有一定的参考价值。

创建视图:

例:建立电商系学生的视图 create view ec_student as select sno, sname from student where dept=‘ec‘

create view ec_student
as
select sno, sname from student where dept=ec

 

删除视图:

DROP VIEW <视图名>

 

查询包括:单表查询、连接查询、带有exists的相关子查询、集合操作四中。

select…from 常用语句执行过程 select… ⑤

投影 from… ①

table→内存 where… ②

选取元组 group… ③

分组 having… ④

选择分组 [{union|…} ⑥

查徇结果的集 合运算 select… ] ①~⑤

order by… ⑦ 排序输出

以上是关于SQL——视图的主要内容,如果未能解决你的问题,请参考以下文章

如何使列表视图出现在片段中?

sql sql里面的代码片段

如何从活动中更改片段中视图的可见性

片段中的网格视图

如何在kotlin的片段内显示网格视图?

Microsoft SQL Server 代码片段收集