Q. Explain the various database operations one can perform using MySQL-Python connectivity.
Answer =
| Database Operations Environment Variables | Description |
|---|---|
| INSERT | It is an SQL statement used to create a record into a table. |
| READ | Fetches useful information from the database. |
| UPDATE | It is used to update already existing or available record(s). |
| DELETE | It is used to delete records from the database. |
| ROLLBACK | It works like "undo" which reverts all the changes that you have made. |
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )