Computer Science, asked by akshatsinha414, 6 hours ago

If a record is changed in the form, it will not be changed in the original table.
true or false

Answers

Answered by raghupathikatta51
1

the statement is false broo

Answered by yassersayeed
1

False.

  • A form is a database object that you can use to enter, edit, or display data from a table or a query.
  • You can use forms to control access to data, such as which fields of data are displayed.
  • You can add, edit, and delete records directly from these tables.
  • Alter command is used to modify the records of the table.
  • And TRUNCATE Command is a Data Definition Language operation. It is used to remove all the records from a table.

So, If a record is changed in the form, it will be changed in the original table.

Similar questions