- 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.
推薦閱讀
- 基于差分進(jìn)化的優(yōu)化方法及應(yīng)用
- Java:Data Science Made Easy
- Web程序設(shè)計(第二版)
- BeagleBone Black Cookbook
- 智能手機(jī)APP UI設(shè)計與應(yīng)用任務(wù)教程
- Hands-On GUI Programming with C++ and Qt5
- FPGA嵌入式項目開發(fā)實戰(zhàn)
- Learning Ionic
- H5+移動營銷設(shè)計寶典
- Python第三方庫開發(fā)應(yīng)用實戰(zhàn)
- Java多線程并發(fā)體系實戰(zhàn)(微課視頻版)
- C語言程序設(shè)計教程
- Learning D3.js 5 Mapping(Second Edition)
- Microsoft Windows Identity Foundation Cookbook
- 川哥教你Spring Boot 2實戰(zhàn)