The correct answer is: C. Both of above
You can use either Design View or a datasheet to add a new table to your database.
Design View
In Design View, you can create a new table by specifying the table’s structure, including the field names and data types. You can also add constraints to the table, such as primary keys and foreign keys.
Datasheet
In a datasheet, you can add data to a table by entering the data directly into the cells of the datasheet. You can also add new rows and columns to the datasheet.
Explanation
A. Use Design View to create a table
In Design View, you can create a new table by specifying the table’s structure, including the field names and data types. You can also add constraints to the table, such as primary keys and foreign keys.
To create a new table in Design View, follow these steps:
- In the Navigation Pane, right-click the database that you want to add the table to, and then click New > Table.
- In the Table Designer window, on the Design tab, in the Tools group, click the Add Field button.
- In the Field Name box, type a name for the field.
- In the Data Type box, select the data type for the field.
- Repeat steps 2-4 for each field that you want to add to the table.
- To add a primary key to the table, on the Design tab, in the Tools group, click the Primary Key button.
- To add a foreign key to the table, on the Design tab, in the Relationships group, click the Relationships button.
- In the Relationships window, drag the primary key field from the first table to the foreign key field in the second table.
- Click the Create button.
B. Enter data directly by using a datasheet
In a datasheet, you can add data to a table by entering the data directly into the cells of the datasheet. You can also add new rows and columns to the datasheet.
To add data to a table in a datasheet, follow these steps:
- In the Navigation Pane, right-click the database that you want to add the table to, and then click New > Table.
- In the Table window, click the Datasheet View button.
- In the first row of the datasheet, type the field names for the table.
- In the second row and below, type the data for the table.
- To add a new row to the datasheet, click the Insert Rows button.
- To add a new column to the datasheet, click the Insert Columns button.
C. Both of above
You can use either Design View or a datasheet to add a new table to your database.