> For the complete documentation index, see [llms.txt](https://help.holixa.com/holixa-erp-connector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.holixa.com/holixa-erp-connector/data-interface-reference-manual/sql-view-definition-sample.md).

# SQL view definition sample:

```sql
SELECT item_num AS [name], StockQty, standard FROM itemMaster
```
