221k views
1 vote
Deleting a field from a form does not delete it from the underlying table or have any effect on the data contained in the field.

True or False?

User Coty Embry
by
8.0k points

1 Answer

5 votes

Final answer:

Deleting a field from a form does not delete it from the underlying table or have any effect on the data contained in the field.

Step-by-step explanation:

False. When a field is deleted from a form, it does not automatically delete it from the underlying table or affect the data contained in the field.

The form is a user interface that allows users to input and view data, while the table stores the data in a database. Deleting a field from a form simply removes the field from the user interface but does not impact the table or the data.

For example, if a form collects information like name, age, and address, deleting the address field from the form does not delete the corresponding data in the table.

User Hko
by
7.8k points