filmov
tv
Python Programming for Database | Python Database Connection
![preview_player](https://i.ytimg.com/vi/Jcjn5UvPL2w/maxresdefault.jpg)
Показать описание
7 Steps you should know when you writing Python Programming for Database
1. Import database specific module
2. Establish connection between Python and Database
3.Creating cursor object
4.Execute scripts
5.Retrieve records in multiple ways
6.Commit the transaction
7.Important step to remember
Close connection and cursor objects
1. Import database specific module
2. Establish connection between Python and Database
3.Creating cursor object
4.Execute scripts
5.Retrieve records in multiple ways
6.Commit the transaction
7.Important step to remember
Close connection and cursor objects