What is the default database used by Django?

What is the default database used by Django?

a) MySQL
b) SQLite
c) PostgreSQL
d) Oracle

Answer:

b) SQLite

Explanation:

By default, Django uses SQLite as its database. However, it can be configured to use other databases like MySQL, PostgreSQL, and Oracle.

Reference:

Django Quiz – MCQ Questions and Answers

Scroll to Top