All DML's are supported by which utility?
C
Correct answer
Explanation
BTEQ (Basic Teradata Query) is the only utility that supports all DML operations (SELECT, INSERT, UPDATE, DELETE) with full SQL capabilities. MultiLoad and FastLoad are specialized load utilities optimized for high-volume data loading with limited DML support. TPump supports streaming updates but has restricted DML functionality. BTEQ's interactive SQL nature makes it the most comprehensive for complete DML operations.