A table contains the column definition: “C1 VARCHAR (1000)”. What is the recommended location
for this column within the table definition?

A.
Columns ordering does not matter.
B.
VARCHAR columns should be at the end.
C.
Columns should be in alphabetical order.
D.
VARCHAR columns should be at beginning.