Untitled document
Untitled document
---
Modules/Packages used: Mention the specific Python libraries (e.g., mysql.connector, os,
pandas, etc.).
Number of tables used: State how many tables are in the database for the project and their
purpose.
---
PYTHON-MYSQL CONNECTOR
mysql.connector
3. What is .connect()?
4. What is .cursor()?
5. What is .commit()?
7. What is .rowcount?
A placeholder in a string that specifies the format of a value (e.g., %s for strings in SQL
queries).
---
DDL (Data Definition Language): Defines database structure (CREATE, DROP, ALTER).
Natural join: Joins tables automatically matching columns with the same name.
Functions like SUM(), AVG(), COUNT(), MAX(), MIN() to perform calculations on data.
---
FILE HANDLING
CSV file: Stores tabular data in text format with comma-separated values.
---
FUNCTIONS
---
DATA STRUCTURES
STACK: LIFO.
---