- Python API Development Fundamentals
- Jack Chan Ray Chung Jack Huang
- 148字
- 2021-06-11 12:56:27
SQL
SQL is a language that was specifically invented to manage and maneuver data. It can be classified further into the following types:
- Data Query Language (DQL) for extracting data. With the syntax like SELECT column1, column2 FROM table WHERE conditions, it can query against the table and extracts data (column1, column2) that satisfies a certain condition.
- Data Manipulation Language (DML) for manipulating data. It includes statements such as INSERT, UPDATE, and DELETE.
- Data Control Language (DCL) for controlling data access.
Although we have introduced a number of different languages here, the good thing is that we don't need to learn all of them. In fact, we are not going to query our database using SQL. We will just need to code in Python, and the ORM package will convert our Python code to SQL behind the scenes. It's a whole lot easier to work with databases nowadays.
推薦閱讀
- 微商之道
- 物聯(lián)網(wǎng)(IoT)基礎(chǔ):網(wǎng)絡(luò)技術(shù)+協(xié)議+用例
- 物聯(lián)網(wǎng)網(wǎng)絡(luò)安全及應(yīng)用
- Hands-On Chatbots and Conversational UI Development
- OpenLayers Cookbook
- 計(jì)算機(jī)網(wǎng)絡(luò)與數(shù)據(jù)通信
- 企業(yè)私有云建設(shè)指南
- 計(jì)算機(jī)網(wǎng)絡(luò)工程實(shí)用教程(第2版)
- 2小時(shí)讀懂物聯(lián)網(wǎng)
- SAE原理與網(wǎng)絡(luò)規(guī)劃
- React Cookbook
- 物聯(lián)網(wǎng)的機(jī)遇與利用
- 深入淺出計(jì)算機(jī)網(wǎng)絡(luò)
- Learning Dart
- 網(wǎng)絡(luò)是怎樣連接的