Q:

What is the Django command to view a database schema of an existing (or legacy) database?

0

What is the Django command to view a database schema of an existing (or legacy) database?


  1. manage.py inspect
  2. manage.py legacydb
  3. manage.py inspectdb
  4. None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

C. manage.py inspectdb

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

What does the architecture of Django consist of?... >>
<< Which Command isused to create a project in Django...