Multiple choice technology databases Following datatype cannot be used twice in a table. NCHAR LONG INTEGER TIMESTAMP Reveal answer Fill a bubble to check yourself B Correct answer Explanation Oracle databases only allow one LONG column per table due to legacy design restrictions. This is a well-known Oracle limitation - other listed types (NCHAR, INTEGER, TIMESTAMP) can be used multiple times without restriction.