Question:Examine the following query: Create table Person (EmpNo Number(4) not null, EName Char not null, Join_dt Date not null, Pay Number) Which of the following field(s) are created correctly?
A EmpNo B EName C Join_dt D Pay
+ AnswerB C
+ Report