数据库简介

Python 中的数据库入门

Jason Myers

Co-Author of Essential SQLAlchemy and Software Engineer

数据库由表组成

census 和 state_fact 表

Python 中的数据库入门

表由列和行组成

census 表,第三列高亮

Python 中的数据库入门

表由列和行组成

census 表,第二行高亮

Python 中的数据库入门

表之间可建立关系

census 和 state_fact 表,第一列高亮

Python 中的数据库入门

让我们练习!

Python 中的数据库入门

Preparing Video For Download...