Typical Application Scenario
You can quickly learn and master the ClickHouse development process and know key interface functions in a typical application scenario.
Scenario
ClickHouse enables you to perform common service operations by executing SQL statements. The SQL operations involved in sample codes include creating a database, creating a table, inserting data into a table, querying table data, and deleting a table.
Sample codes are described in the following sequence:
- Setting properties
- Establishing a connection
- Creating a database
- Creating a table
- Inserting data into a table
- Querying data
- Deleting a table
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.