Try this exercise. Is this statement true or false?
In a relational database, a relation can be simulated as a list of dictionaries in Python, where each dictionary represents a tuple and each key-value pair inside the dictionary represents a column-value pair.
Press true if you believe the statement is correct, or false otherwise.