CBSE Class 12 Computer Science Question 6 of 46

Interface Python with MySQL — Question 1

Back to all questions
1
Question

Question 1

How is database connectivity useful ?

Answer

When designing real-life applications, it's common to encounter scenarios where data stored in a database needs to be manipulated, retrieved, or updated through the application's interface. Database connectivity allows the application to establish a connection with the database, enabling seamless communication and interaction between the two.