Question:Which of the following are valid in a declare block?
A intCustomerId int4 := 67; B intCustomerId int4 = 67; C intCustomerId int4; D intCustomerId int4; intCustomerId:= 67
+ AnswerA C D
+ Report