下列何者不屬於資料庫管理系統中的功能模組?
A資料定義語言編譯器(data definition language compiler)
B資料操作語言編譯器(data manipulation language compiler)
C主體語言編譯器(host language compiler)
D程式語言編譯器(programming language compiler)正確答案
答案與詳解
一般程式語言(如 C、Java、Python)的編譯器屬於作業系統或開發工具,跟 DBMS 無關。DBMS 不需要也不內建通用程式語言編譯器。
