- SQL Server on Linux
- Jasmin Azemovi?
- 60字
- 2021-07-02 20:24:20
DML - Data Manipulation Language
- SELECT, to return rows of data from tables
- INSERT, to add rows of data to tables
- UPDATE, to modify rows of data in tables
- DELETE, to remove rows of data from tables
The next three chapters are focused on DDL, DML statements, and data retrieving techniques, from the SQL Server from a Linux point of view.
推薦閱讀
- Practical Data Analysis Cookbook
- Android和PHP開發最佳實踐(第2版)
- PyTorch Artificial Intelligence Fundamentals
- 機器人Python青少年編程開發實例
- Java EE 7 Development with NetBeans 8
- Easy Web Development with WaveMaker
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- C程序設計實踐教程
- JavaScript應用開發實踐指南
- Rust游戲開發實戰
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Unity 2018 Augmented Reality Projects
- Unity Character Animation with Mecanim
- 分布式架構原理與實踐
- Clojure Polymorphism