Multiple choice technology databases 32-bit floating point number datatype is? BINARY_FLOAT BINARY_DOUBLE ROWID NCHAR Reveal answer Fill a bubble to check yourself A Correct answer Explanation BINARY_FLOAT is Oracle's 32-bit floating-point number datatype. BINARY_DOUBLE is the 64-bit version. ROWID is for row identifiers, and NCHAR is for fixed-length national character strings.