- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 157字
- 2021-08-20 10:06:02
MySQL as a relational database management system
Data in a relational database is stored in an organized format so that information can be retrieved easily. Data will be stored in different tables made up of rows and columns. However, the relationship also can be built between different tables that efficiently store huge data and effectively retrieve the selected data. This provides database operations with tremendous speed and flexibility.
As a relational database, MySQL has capabilities to establish relationships with different tables such as one to many, many to one, and one to one by providing primary keys, foreign keys, and indexes. We can also perform joins between tables to retrieve exact information like inner joins and outer joins.
SQL (Structured Query Language) is used as an interface to interact with the relational data in MySQL. SQL is an ANSI (American National Standard Institute) standard language which we can operate with data like creation, deletion, updating, and retrieval.
- Node.js 10實戰
- 區塊鏈架構與實現:Cosmos詳解
- C語言程序設計
- Java軟件開發基礎
- GeoServer Beginner's Guide(Second Edition)
- Python機器學習算法與實戰
- Mastering Drupal 8 Views
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Mastering JBoss Enterprise Application Platform 7
- C++面向對象程序設計習題解答與上機指導(第三版)
- PySide 6/PyQt 6快速開發與實戰
- 從零開始:UI圖標設計與制作(第3版)
- Training Systems Using Python Statistical Modeling
- MySQL 8從零開始學(視頻教學版)
- Appcelerator Titanium:Patterns and Best Practices