6.4.Accessing Databases using Python - sj50179/IBM-Data-Science-Professional-Certificate GitHub Wiki

Learning Objectives

  • Demonstrate how to connect to a database from a Jupyter notebook
  • Demonstrate how to create tables and insert data from Python
  • Demonstrate how to perform simplified database access from Python using SQL magic
  • Demonstrate writing SQL queries and retrieve result sets from Python
  • Describe concepts related to accessing Databases using Python