List of questions
Related questions
Question 44 - TDA-C01 discussion
You have the following dataset that contain null values in the Profits field.
You want the data to appear as shown in the following table.
Which two formulas achieve the goal? Choose two.
A.
2N ([Profits])
B.
ISNULL ([Profits])
C.
IFNULL [(profits] ,0)
D.
IF [Profits] != null then [Profits] END
E.
IF [Profits] != null then [Profits] END
Your answer:
0 comments
Sorted by
Leave a comment first