πŸ“Š Django
Q. Which field should be used to store large text in Django?
  • (A) CharField
  • (B) TextField
  • (C) SlugField
  • (D) IntegerField
πŸ’¬ Discuss
βœ… Correct Answer: (B) TextField

Explanation: `TextField` is used to store long blocks of text.

Explanation by: Mr. Dubey
`TextField` is used to store long blocks of text.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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