Multiple choice technology databases

Which of the following data type is newly added in DB2 version 9?

  1. BLOB

  2. GRAPHIC

  3. XML

  4. ROWID

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

XML was introduced as a native data type in DB2 9, allowing storage and querying of XML documents using XQuery. BLOB and GRAPHIC existed in earlier versions, while ROWID is a pseudo-column, not a data type.