?Which of the following provides a report of all data flows and data stores that use a particular data element?
A. ?Data dictionaries
B. ?Data types
C. ?Databases
D. ?Data warehouses
Answer: A
Computer Science & Information Technology
You might also like to view...
What is the value of z after the following code is executed?
int x = 5, y = 28; float z; z = (float) (y / x); a. 5.6 b. 3.0 c. 5.0 d. 5.60
Computer Science & Information Technology
When a method resides entirely within another method, and can only be called from within the containing method, what is the method known as?
A. It is a local function. B. It is a client function. C. It is a parent function. D. It is a scope function.
Computer Science & Information Technology