• A Create a new EDT with a string type and manually validate the input for the status field.
  • B Add an enumeration to the project and populate it with the required status elements.
  • C Use an existing integer EDT and assign numeric codes to represent different statuses.
  • D Add a new relation to the table for status tracking without using an enumeration.
  • Share this MCQ