πŸ“Š Django
Q. Which command dumps the database data to a file?
  • (A) dumpdb
  • (B) dumpdata
  • (C) export
  • (D) backup
πŸ’¬ Discuss
βœ… Correct Answer: (B) dumpdata

Explanation: `dumpdata` exports data from the database into a JSON format.

Explanation by: Mr. Dubey
`dumpdata` exports data from the database into a JSON format.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
57
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate