oracel常用知识

Posted 海东青Lo

tags:

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

1、  drop table并不会直接删除表,而是表放进回收站中,可恢复。若要彻底删除,用

drop table purge。

2、  semi join -–in、exists 第一张表不会返回重复记录,第二张表找到则返回

anti join –not in、not exists 第二张找不到则返回

filter—满足不了anti条件则走filter

anti 条件:

使用not in 且相应的列有 not null 约束

使用 not exists,不保证每次都用到anti join

3、select * from user_tab_columns where Table_Name=‘用户表‘;

select * from all_tab_columns where Table_Name=‘用户表‘;

select * from dba_tab_columns where Table_Name=‘用户表‘;

以上是关于oracel常用知识的主要内容,如果未能解决你的问题,请参考以下文章

Oracel期末复习知识点——背完这33题想挂都难

常用初等数论小知识

python常用知识点

javascript常用知识点集

汇编常用知识--寄存器

Python常用知识点