日本黄色一级经典视频|伊人久久精品视频|亚洲黄色色周成人视频九九九|av免费网址黄色小短片|黄色Av无码亚洲成年人|亚洲1区2区3区无码|真人黄片免费观看|无码一级小说欧美日免费三级|日韩中文字幕91在线看|精品久久久无码中文字幕边打电话

當(dāng)前位置:首頁 > 芯聞號 > 充電吧
[導(dǎo)讀]查詢表信息1.DBA_ALL_TABLES 描述數(shù)據(jù)庫中所有對象以及相關(guān)的表2.all_all_tabls -描述數(shù)據(jù)庫中所有的用戶可以訪問的對象以及相關(guān)的表3.user_all_tables --描

查詢表信息
1.DBA_ALL_TABLES 描述數(shù)據(jù)庫中所有對象以及相關(guān)的表
2.all_all_tabls -描述數(shù)據(jù)庫中所有的用戶可以訪問的對象以及相關(guān)的表
3.user_all_tables --描述數(shù)據(jù)庫空當(dāng)前用戶擁有的對象以及相關(guān)的表
4.DBA_tabbles --描述數(shù)據(jù)庫中相關(guān)的表
5.all_tables--描述數(shù)據(jù)庫中所有的用戶可以訪問的相關(guān)的表
5.user_tables--描述數(shù)據(jù)庫中當(dāng)前用戶擁有的相關(guān)的表






查詢列信息?
1.DBA_TAB_COLUMNS --描述數(shù)據(jù)庫中所有表的列屬性
2.all_tab_columns--描述數(shù)據(jù)庫中所有用戶可以訪問的表的列屬性
3.user_tab_columns--描述數(shù)據(jù)庫總當(dāng)前yoghurt擁有的表的列屬性




查詢約束信息
1.dba_constraints ?---描述數(shù)據(jù)庫中所有表的約束的屬性
2.dba_cons_columns ?---包含在DBA_constraints約束定義中的 可訪問的列的信息
3.all_constraints--描述數(shù)據(jù)庫中所有用戶可以訪問的表的約束的屬性
4.all_cons_columns--包含在all_constraints約束定義中的可訪問的列的屬性
5.user_cons_columns--包含在user_constraints 約束的另一種的 可訪問的列的信息




查詢序列信息
1.dba_sequences --數(shù)據(jù)庫中所有序列的描述
2.all_sequences --描述數(shù)據(jù)庫總所有用戶可以訪問的序列的描述
3.user_sequences --描述數(shù)據(jù)庫中所有當(dāng)前用戶擁有的序列的描述


查詢索引信息
1.dba_indexes ?--描述數(shù)據(jù)庫中所有的索引的屬性
2.all_indexes--描述數(shù)據(jù)庫中所有用戶可以訪問的索引的屬性
3.user_indxes--描述數(shù)據(jù)庫中所有 當(dāng)前用戶擁有索引的索引的屬性
merger into t1 using t
on (t.owner=t1.owner and t.object_name =t1.table_naem and?
t.objct_type=t1.object_type)
when ?matched then update set t1.id=t.id
when not matched then insert values(t.id,t.owner,t.object_name,t.objct_type);

本站聲明: 本文章由作者或相關(guān)機(jī)構(gòu)授權(quán)發(fā)布,目的在于傳遞更多信息,并不代表本站贊同其觀點(diǎn),本站亦不保證或承諾內(nèi)容真實(shí)性等。需要轉(zhuǎn)載請聯(lián)系該專欄作者,如若文章內(nèi)容侵犯您的權(quán)益,請及時(shí)聯(lián)系本站刪除( 郵箱:macysun@21ic.com )。
換一批
延伸閱讀
關(guān)閉