Which of the following is NOT a valid approach for storing XML documents?

A.
Shredding XML documents into tables in a RDBMS
B.
Storing XML documents in CLOB columns
C.
Inserting XML documents in an integer column
D.
Using an external XML-only database
Explanation: