Which two statements are true about single row functions?
A.FLOOR: retums the smallest integer greater than or equal to a specified number B.CEIL: can be used for positive and negative numbers C.CONCAT: can be used to combine any number of values D.TRUNC: can be used only with NUMBER data types E.MOD: returns the remainder of a division operation正确答案BE