- Hands-On GUI Programming with C++ and Qt5
- Lee Zhi Eng
- 200字
- 2021-08-27 19:00:18
SQL commands
Most of the popular relational database management systems, such as MySQL, MariaDB, Oracle SQL, Microsoft SQL, and so on, use a type of declarative language called SQL (Structured Query Language) to interact with the database. SQL was initially developed by IBM engineers in the 1970s, but later on, it was further enhanced by Oracle Corporation and other emerging tech companies of that era.
Today, SQL has become a standard of the American National Standards Institute (ANSI) and of the International Organization for Standardization (ISO). SQL language has since been adopted by many different database systems and has become one of the most popular database languages in the modern era.
In this section, we will learn what some of the basic SQL commands you can use to interact with your MariaDB database are, specifically for obtaining, saving, modifying, and deleting your data from/to the database. These basic commands can be used in other types of SQL-based database systems as well as under the ANSI and ISO standards. Only, some of the more advanced/customized features could be different across different systems, so make sure that you read the system manual before using these advanced features.
Alright, let's get started!
- C++面向對象程序設計(第三版)
- Clojure Programming Cookbook
- C# 7 and .NET Core Cookbook
- Qt 5 and OpenCV 4 Computer Vision Projects
- .NET 3.5編程
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- OpenCV 4計算機視覺項目實戰(原書第2版)
- HoloLens與混合現實開發
- 深入實踐DDD:以DSL驅動復雜軟件開發
- CodeIgniter Web Application Blueprints
- Appcelerator Titanium:Patterns and Best Practices
- Learning Bootstrap 4(Second Edition)
- Python Programming for Arduino
- 會當凌絕頂:Java開發修行實錄
- 現代CPU性能分析與優化