You want to display a Gender dropdown, and its choice label may change in the future as per the business requirement.
Given transactional database tables rely on this data for reporting, what is the most appropriate action? (Choose the best answer.)
A
Create a constant and update it as per the business requirement.
B
Create a stored procedure and update it as per the business requirement.
C
Create an expression rule and update it as per the business requirement.
D
Create these entries in a table and reference them through a query entity rule as per the business requirement
Show Answer