Which of the following data types are used in SQL?
-
Long
-
Date
-
rowid
-
all above
D
Correct answer
Explanation
SQL supports various data types including Date for date values and rowid as a pseudo-column that uniquely identifies rows. 'Long' is not a standard SQL data type (it exists in Oracle as NUMBER subtype but not as a keyword). The question tests SQL data type awareness.