- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 122字
- 2021-08-20 10:06:11
CSV
The CSV engine stores data in the .csv file type using the comma-separated values format. This engine extracts data from the database and copies it to .csv out of the database. If you create a CSV file from the spreadsheet and copy it into the MYSQL data folder server, it can read the data using the select query. Similarly, if you write data in the table, an external program can read it from the CSV file. This storage engine is used for the exchange of data between software or applications. A CSV table does not support indexing and partitioning. All columns in the CSV storage engine need to be defined with the NOT NULL attribute to avoid errors during table creation.
推薦閱讀
- Pandas Cookbook
- Java FX應用開發教程
- Getting Started with CreateJS
- 算法精粹:經典計算機科學問題的Python實現
- 零基礎學Java(第4版)
- JavaScript by Example
- C#程序設計
- C語言程序設計
- Hands-On Kubernetes on Windows
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Web Developer's Reference Guide
- 奔跑吧 Linux內核
- Getting Started with Electronic Projects
- Java Web動態網站開發(第2版·微課版)
- Go Systems Programming