You can edit almost every page by Creating an account and confirming your email.

CSV (storage engine)

From EverybodyWiki Bios & Wiki



CSV
Developer(s)Oracle and MariaDB
Engine
    Operating systemCross-platform
    TypeDatabase engine
    LicenseGNU General Public License

    Search CSV (storage engine) on Amazon.

    CSV is a storage engine for MySQL and MariaDB relational database management systems, developed by Oracle and MariaDB. It was introduced in version 5.0 of MySQL and was present in MariaDB since the beginning.

    The SHOW ENGINES command provides this description for CS: Stores tables as CSV files.

    The CSV engine stores data in the CSV format. This engine makes it easy to import and export data.

    The CSV engine does not support indexes or NULL.

    Use cases

    This engine makes it easy to import and export data. A table created with the CSV engine can be easily copied elsewhere to be used by other software, and CSV files created with other software can generally be used as tables. An interesting use case is to be able to run SQL queries on a CSV file.

    See also

    External links



    This article "CSV (storage engine)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:CSV (storage engine). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.