CBSE Class 12 Computer Science Question 47 of 47

Interface Python with SQL — Question 10

Back to all questions
10
Question

Question 10

connect() method does not require any parameters.

Answer

False

Reason — The connect() method accepts four required parameters: Host, Database, User, and Password.