- 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.
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript(第3版)
- Clojure for Domain:specific Languages
- Django:Web Development with Python
- Instant 960 Grid System
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- Apex Design Patterns
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- HTML5+CSS3網(wǎng)頁設(shè)計
- 青少年P(guān)ython編程入門
- 單片機原理及應(yīng)用技術(shù)
- JavaScript從入門到精通(視頻實戰(zhàn)版)
- Python網(wǎng)絡(luò)爬蟲實例教程(視頻講解版)
- Java高手是怎樣煉成的:原理、方法與實踐
- Developing Java Applications with Spring and Spring Boot
- Android應(yīng)用開發(fā)攻略