Q. Which command dumps the database data to a file?
β
Correct Answer: (B)
dumpdata
Explanation: `dumpdata` exports data from the database into a JSON format.