Computer Science, asked by adityacrazy9988, 4 months ago

Which query allows addition deletion updation and ap operation on data

Answers

Answered by mad210202
0

Answer:

The query that allows addition deletion updation and appending operation on data is Action Query.

Explanation:

Action Query- The query that allows updation, addition subtraction and append any data.

This query perform different function with altogether and make data readable.

  • Addition- It add data on the predefined data.
  • Updation- It update the old data with new data.
  • Append- It add or concatenate data with another data.

Similar questions