In testing you find that one of the tables in your database has multiple versions of one of the columns, and updating the inform
ation requires the user to go to several different places to make sure the update completes. What process should you use to fix this kind of issue? A. insertion
B. Compiling
C. Denormalization
D. Normalization
##Specifies the range that the variable 'number' should change within for number in range(2,10): ##Prints the decimal equivalent of each fraction print(1 / number)