question 4 of 10 data in a certain database i...

question 4 of 10 data in a certain database includes a field for age categories, one of which is \senior citizen.\ if the age limit for this category changes from 55 years and above to 60 years and above, which of the following data management actions would be likely to take place? a. update querying b. simple sorting c. outputting d. complex sorting

Answer

# Brief Explanations: When the age - limit for the "senior citizen" category changes in the database, the queries used to retrieve data related to senior citizens need to be updated to reflect the new age criteria. Simple sorting, outputting, and complex sorting are not directly related to changing the age - limit condition for a category. # Answer: A. Update querying