Question:Which of the following statements will produce an error?
A SELECT now()::timestamp; B SELECT now()::int; C SELECT now()::varchar; D SELECT now()::char; E None
+ AnswerB
+ Report