問題詳情

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

參考答案

答案:B
難度:非常困難0.190476
統計:A(3),B(4),C(6),D(3),E(0)

用户評論

【用戶】ted

【年級】小三下

【評論內容】http://tw.gitbook.net/db2/db2_tables.html如果想看到隱藏的列中的數據,需要執行“DESCRIBE”命令。語法:db2 describe table <table_name show detail 示例:db2 describe table professional.customer show detail