22.在表(table)中常會有隱藏欄(hidden column),使用一般的查詢無法查看隱藏欄中之資料。請問下列何者指令可
以查看表名為‘customer’之表中,所有的資料,包含隱藏欄中之資料?
(A) db2 show table customer detail
(B) db2 describe table customer show detail
(C) db2 show detail table customer
(D) db2 describe customer show detail
答案:登入後查看
統計: A(8), B(9), C(9), D(4), E(0) #1571995
統計: A(8), B(9), C(9), D(4), E(0) #1571995
詳解 (共 1 筆)
#2528780
http://tw.gitbook.net/db2/db2_tables.html
如果想看到隱藏的列中的數據,需要執行“DESCRIBE”命令。
語法:
db2 describe table <table_name> show detail
示例:
db2 describe table professional.customer show detail
0
0