Vidyalelo
Python · Q10

Database Connectivity with Python

Programming · Python · question 10

Q10

Which of the following is NOT a common SQL database management system?

A.
MySQL
B.
PostgreSQL
C.
MongoDB
Answer
D.
SQLite

Answer: Option C

Solution

Answer: Option C
Solution:
MongoDB is a NoSQL database management system, while the others are relational databases.