Answer:
To help with computer storage
Answer:
Flat file databases are databases that are contained in one single table, or in the form ... -Data Redundancy, By having a relational database it ensures that no attributes ... There are only three different 'degrees' of relationship between two entities. ... Consider, for example, the link between customers, orders and products.).
Explanation:
Congratulations to the company!
Answer:
Following are the code to this question:
m=3#defining a variable m
while(m<22):#defining a while loop to count value
print(m)#print value
m=m+3#increment the value by 3
Output:
Please find the attached file.
Explanation:
Note: In the given question, it is not clear that what the question asks about so, we describe the code above and its description can be defined as follows.
In the above code, an integer variable m is defined, that holds an integer value, in the next step, it uses a while loop to increment the value by 3 and use the print method to print its calculated value.