which operation would you perform to insert information into a database table for a new student in your…

which operation would you perform to insert information into a database table for a new student in your class? update a record. delete a record. sort a record. add a record

which operation would you perform to insert information into a database table for a new student in your class? update a record. delete a record. sort a record. add a record

Answer

Brief Explanations:

To insert new information about a student into a database table, you need to add a new entry. Updating a record changes existing data, deleting removes an existing record, and sorting arranges records. Adding a record is for new - data insertion.

Answer:

D. Add a record