Computer Science
How is database connectivity useful ?
Python MySQL
2 Likes
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.
Answered By
1 Like