python_x_sql/ ├── 📄 Database Operation Scripts │ ├── db_connect.py # Database connection setup │ ├── create_table.py # Create database tables │ ├── create_orders.py # Create orders table │ ├── insert ...