0 votes
in Python by
Explain the steps of Working with a database in python?

1 Answer

0 votes
by

Working with a database includes the following steps:

Importing the corresponding DB-API module.

Acquiring a connection with the database.

Executing SQL statements and stored procedures.

Closing the connection

...