reverse_data_management (467B)
1 # Reverse data management 2 3 https://en.wikipedia.org/wiki/Reverse_data_management 4 5 do changes on the inputs (optimal changes) to achieve a desired outcome on the output 6 7 - [deletion_propagation]: delete tuples from database to delete a tuple result 8 - source side effects 9 - aggregation 10 - which problems could arise and cause a certain result in the query result? 11 - e.g., deletions 12 - [minimum_witness_problem] 13 14 See also: [graph_modification_problem] 15 16 Aliases: RDM