# Léeme

En este documento se compartirán algunos temas para el manejo de datos en SQL, así como algunos ejemplos del uso del lenguaje SQL.

Se usará el procedimiento SQL de **SAS/SQL ®** para trabajar estos ejemplos.

{% hint style="info" %}
Se puede usar **SAS ® software** con fines de aprendizaje. Visite [**SAS ® OnDemand for Academics**](https://www.sas.com/en_us/software/on-demand-for-academics.html) para más información.
{% endhint %}

Este libro fue escrito en formato Markdown usando [gitbook](https://www.gitbook.com/). Se aceptan propuestas y modificaciones mediante github.


---

# 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://vazquez-chavez-francisco-ariel.gitbook.io/notas/readme.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.
