In computer science, how is data stored in a relational database management system (RDBMS)?
A) Data is stored in an unstructured format in plain text files.
B) Data is stored in a hierarchical structure with parent-child relationships.
C) Data is stored in tables with rows and columns, allowing for structured querying.
D) Data is stored as a series of binary digits (0s and 1s) without any organization.