# About Ratifier

## SQL Simulator

{% embed url="<https://youtu.be/Igb-oZ3b0mw>" %}
See results of a command before executing it
{% endembed %}

With SQL simulator, you can test your SQL queries before you submit them to your database to ensure that they work and that you're updating the rows you intended. With a simple and user-friendly interface, you can easily tweak your queries until they're perfect and save yourself time and hassle.

## SQL Sanity Checker

{% embed url="<https://youtu.be/Lre7tHstYuQ>" %}

Are you tired of wondering if your SQL updates are actually being applied to your database? Ratifier - SQL Sanity Checker has you covered! With the tool, you can verify if your SQL statements have been successfully applied to the database. Our tool will check if the number of updated rows matches the expected result, and also check if the data has changed as intended. You can easily validate your SQL changes, and be confident that your updates have been successfully applied. With Ratifier's SQL Sanity Checker, you can make sure your data is consistent and accurate, and avoid costly data errors. Try it today and streamline your data validation process!

<br>


---

# 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.tribalknowledge.tech/getting-started/introduction-to-tribal-knowledge/about-ratifier.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.
