Quiz: Data Types and Data Modeling
Test your knowledge regarding data types and data modeling.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
select date(date '0001-01-01' + (-2) * interval '1 day');
What is the output of the given query?
A.
0001-01-31 BC
B.
0001-01-30 BC
C.
0001-12-30 BC
D.
0001-12-31 BC
1 / 10