Multiple choice technology databases A CLOB (character large object) data type store upto____character? 1,147,483,647 2,147,483,647 3,147,483,647 4,147,483,647 Reveal answer Fill a bubble to check yourself B Correct answer Explanation CLOB data type can store up to 2,147,483,647 characters (2^31 - 1), which is approximately 2GB of character data. This is the maximum size in many database systems like Oracle.