- Hands-On Artificial Intelligence for IoT
- Amita Kapoor
- 101字
- 2021-07-02 14:02:01
SQL data
Most databases are organized using relational models. A relational database consists of one or more related tables of information, and the relationship between information in different tables is described using keys. Conventionally, these databases are managed using the Database Management System (DBMS), software which interacts with end users, different applications, and the database itself to capture and analyze data. Commercially available DBMSes use Structured Query Language (SQL) to access and manipulate databases. We can also use Python to access relational databases. In this section, we will explore SQLite and MySQL, two very popular database engines that work with Python.
推薦閱讀
- Microsoft Dynamics CRM Customization Essentials
- 精通MATLAB圖像處理
- 機器學習及應用(在線實驗+在線自測)
- Photoshop CS4經典380例
- Matplotlib 3.0 Cookbook
- 小型電動機實用設計手冊
- 21天學通Visual C++
- 基于單片機的嵌入式工程開發詳解
- Salesforce for Beginners
- Hands-On Reactive Programming with Reactor
- Word 2007,Excel 2007辦公應用融會貫通
- Salesforce Advanced Administrator Certification Guide
- PostgreSQL High Performance Cookbook
- Java求職寶典
- JSP網絡開發入門與實踐