Let's go through each statement one by one to determine if it's true or false:
A database can have only one table.
This statement is False . A database can contain multiple tables. While it is possible for a database to have only one table, databases are often used to store and manage multiple tables that relate to each other in various ways.
Number data type is used for numeric data that will be used in calculations.
This statement is True . The number data type is specifically designed for storing numeric values that can be used in mathematical operations and calculations.
Caption property is used to give an alternate name to a field.
This statement is True . The caption property allows you to provide a more user-friendly or descriptive name for a field that is different from the field name itself.
Field Properties Pane is used to set properties for the fields in the table.
This statement is True . The Field Properties Pane is where you can configure various attributes and settings for each field in a table, such as data type, size, default values, and validation rules.
Primary key option is available on the Home tab.
This statement is False . Typically, the option to set a primary key is available on the Design or Table Tools tab in database management software, not on the Home tab. The Home tab usually contains more general options like sorting and filtering.