Computer Science, asked by safrinists, 1 month ago

Which of the following is not modification of the database

Select one:

Sorting

Insertion

Deletion

Updating​

Answers

Answered by imraushanraaz
4

Explanation:

sorting is not modification of database

Answered by qwnerazzuri
1

Sorting is not a modification of the database (Option A).

  • A database is a collection of data and information represented in the form of tables.
  • Insertion: In a table, if we want to add some new data insertion is done.
  • Deletion: In a table, if we want to remove some data then deletion of that data is being done.
  • Updating: In a table, if we want to change the existing data then we do updating.
  • Sorting: it is done to data in the table.
Similar questions