Skip to content

KenChiang1997/Python-with-SQL

Repository files navigation

Personal Note For Python Connection with SQL Server/ MySQL

Introduction to Basic SQL Language

  • CREATE TABLE

    • DATA STRUCTURE
    • CREATE/DROP DATABASE & TABLE
    • ADD/DELET DATA
    • SUB QUERY
  • Function

    • Create Function
    • Aggregate Analytics Function (GROUP BY Function)
    • While Loop
  • JOIN TABLE

    • UNION
    • JOIN

Python Connect to MySQLWorkbench

  • Python Package Introduction: MySQL.Connector
  • MySQL and Python Comparison (JOIN and MERGE)
  • MySQL and Python Comparison (Aggregate Function and Groupby)
  • MySQL and Python Comparison (Create Function and Apply Lambda)

Python Connect to SQL Server

About

SQL, PySpark, MySQLWorkbench, SQL Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published