> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ejsel_result_set table

> This table stores result set reference data, result sets for selections

## ejsel\_result\_set Table (398)

This table stores result set reference data, result sets for selections

## Fields

| Name         | Description                                                     | Type                                              | Nullable |
| ------------ | --------------------------------------------------------------- | ------------------------------------------------- | :------: |
| id           | Primary key                                                     | PK                                                |    No    |
| meta\_result | The id of the selection for which this item is part of a result | FK [ejsel\_meta\_result](./ejsel-meta-result.mdx) |    No    |
| ref\_id      | The id of the element for which this item belongs               | Int                                               |    No    |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/ejsel_result_set.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=eb4e5a3745b8dfcaa2bb9e3aed2db71c" alt="ejsel_result_set table relationship diagram" width="518" height="59" data-path="media/loc/en/database/tables/ejsel_result_set.png" />

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| meta\_result | FK    | Index       |
| ref\_id      | Int   | Index       |

## Relationships

| Table                                      | Description                        |
| ------------------------------------------ | ---------------------------------- |
| [ejsel\_meta\_result](./ejsel-meta-result) | This table stores result meta data |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [ejsel_meta_result table](/en/database/tables/ejsel-meta-result.md)
- [ejsel_ejsel table](/en/database/tables/ejsel-ejsel.md)
- [ejselection table](/en/database/tables/ejselection.md)
- [ejsel_source_idlist table](/en/database/tables/ejsel-source-idlist.md)
- [ejsel_source_script table](/en/database/tables/ejsel-source-script.md)
- [ejsel_source_xml table](/en/database/tables/ejsel-source-xml.md)
