# Listas de registros

![](/files/-M7D7CGh7i4a91Wn8Ye_)

## Listas

Estamos acostumbrados a trabajar con listas, no con fichas.

Una ficha es un caso particular, es decir, una ficha es una lista de un elemento.

## Número relativo de registro

Todo registro almacenado en una tabla, tenga o no ID (Código), viene determinado por la posición que ocupa en disco.

Ese es el número relativo de registro que podemos ver en la primera columna de la rejilla de una tabla vista desde [Velneo vDataClient](/32/velneo-vdataclient/que-es-velneo-vdataclient.md).


---

# 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://doc.velneo.com/32/velneo-vdevelop/buenas-practicas-de-programacion/buenas-practicas-de-rendimiento/arquitectura/listas-de-registros.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.
