Search This Blog

Steps to connect to a database in python. Working with a database in python - Hackerrank solutions

Working with a database includes the following steps:

  • Importing the corresponding DB-API module.
  • Acquiring a connection with the module.
  • Executing SQL statements and stored procedures.
  • Closing the connection.

No comments:

Post a Comment

If you have any doubts, Please let us know.