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

Related questions

0 votes
asked Jan 10, 2021 in Python by rajeshsharma
0 votes
asked Jan 13, 2021 in Python by SakshiSharma
...