# System Tables

### System Tables Information

The [Lyftrondata](https://www.lyftrondata.com/) driver for [Clubhouse](https://github.com/Lyftrondata/GitBook/blob/SalesAnalytics/sales-analytics/clubhouse/driver-framework/None/README.md) provides information about the framework system tables. You can query the system tables with this syntax: <mark style="color:blue;">Select \* from sys.</mark>

| Table Name       | Column Type | Query                           | Purpose                                       |
| ---------------- | ----------- | ------------------------------- | --------------------------------------------- |
| sys              | String      | Select \* from sys              | To get the system table information           |
| logs             | String      | Select \* from logs             | To get the logs table information             |
| constraint       | String      | Select \* from constraints      | To get the constraints table information      |
| methods          | String      | Select \* from methods          | To get the methods table information          |
| delta            | String      | Select \* from delta            | To get the delta table information            |
| usage            | String      | Select \* from usage            | To get the usage table information            |
| version          | String      | Select \* from version          | To get the version table information          |
| license          | String      | Select \* from license          | To get the license table information          |
| connectionstring | String      | Select \* from connectionstring | To get the connectionstring table information |

### Quickstart Steps

Do you have questions about how to use the platform? Don't worry; we've got you covered. Simply follow the quickstart instructions [here](https://docs.lyftrondata.com/sales-analytics/readme/clubhouse/driver-framework).

### Questions? <a href="#questions" id="questions"></a>

We're always happy to answer any additional questions you may have! [Set up a meeting with our data experts.](https://www.lyftrondata.com/book-a-meeting/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lyftrondata.com/sales-analytics/readme/clubhouse/driver-framework/system-tables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
