Final answer:
The correct database terms are: a. Field, b. Select, c. Data type, d. Domain.
Step-by-step explanation:
a. Attribute - The correct database term for 'Attribute' is 'Field'. In a database, a field is a single piece of information stored about a particular entity. For example, in a database of students, 'name' or 'age' could be fields. b. Pick - The correct database term for 'Pick' is 'Select'. In a database, the SELECT statement is used to retrieve data from one or more tables based on specified criteria. c. Data type - The correct database term for 'Data type' is 'Data type'. In databases, data types define the type of data that can be stored in a column, such as text, numbers, or dates. d. Domain - The correct database term for 'Domain' is 'Domain'. In databases, a domain refers to the set of possible values that a column can contain.