📄️ COPY INTO <location>
Unload Data using COPY INTO <location>
📄️ COPY INTO <table>
This command loads data into Databend from files in a variety of locations.
📄️ DELETE
Removes one or more rows from a table.
📄️ INSERT
Writing data.
📄️ UPDATE
Modifies rows in a table with new values.