Correct Answer: d
There are three DEFINE methods that are required to define a hash object. The DEFINEKEY method defines the columns that make up the key component. The DEFINEDATA method defines the columns that make up the data component. The DEFINEDONE method indicates that all key and data components are complete. ...