問題詳情

17.在表(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.454545
統計:A(1),B(5),C(3),D(0),E(0)