Chapter 8. RDBMS and SQL
Note
Learning Objectives
By the end of this chapter, you will be able to:
Apply the basics of RDBMS to query databases using Python
Convert data from SQL into a pandas DataFrame
Note
This chapter explains the concepts of databases, including their creation, manipulation and control, and transforming tables into pandas DataFrames.