A

Admin • 828.03K Points
Coach

Q. What does `AutoField` in Django represent?

  • (A) Auto-incrementing integer primary key
  • (B) Automatically formatted string
  • (C) JSON field
  • (D) Foreign key
  • Correct Answer - Option(A)
  • Views: 17
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`AutoField` is an integer field that automatically increments, often used as a primary key.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.