🗃️ Data Types
10 items
🗃️ System Tables
15 items
🗃️ Table Engines
3 items
📄️ SQL Identifiers
SQL identifiers are names given to various database objects like tables, views, and databases.
📄️ Access Control Privileges
Databend Access Control Privileges
📄️ Managing Settings
Managing Databend settings
📄️ Input & Output File Formats
Databend accepts a variety of file formats both as a source and as a target for data loading or unloading. For example, you can load data into Databend from a file with the COPY INTO table command or the Streaming Load API. You can also unload data from Databend into a file with the COPY INTO location command command. To do so, you need to tell Databend what the file looks like using the following syntax:
📄️ Connection Parameters
The connection parameters refer to a set of essential connection details required for establishing a secure link to supported external storage services, like Amazon S3. These parameters are enclosed within parentheses and consists of key-value pairs separated by commas or spaces. It is commonly utilized in operations such as creating a stage, copying data into Databend, and querying staged files from external sources. The provided key-value pairs offer the necessary authentication and configuration information for the connection.
📄️ SQL Conformance
Databend aims to conform to the SQL standard, with particular support for ISO/IEC 90752011. While not an exhaustive statement of conformance, Databend incorporates many features required by the SQL standard, often with slight differences in syntax or function. This page outlines the level of conformity of Databend to the SQL:2011 standard.