> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/server/reference/sql-statements/data-manipulation.md).

# Data Manipulation (DML)

{% columns %}
{% column %}
{% content-ref url="/pages/7kj8pdy425A4Dj7AfCin" %}
[Changing & Deleting Data](/docs/server/reference/sql-statements/data-manipulation/changing-deleting-data.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Learn to change and delete data in MariaDB Server. This section covers UPDATE and DELETE SQL statements, enabling you to modify existing records and remove unwanted information efficiently.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/HqXObbgmIEhhQTEbb1qk" %}
[Inserting & Loading Data](/docs/server/reference/sql-statements/data-manipulation/inserting-loading-data.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Learn to insert and load data into MariaDB Server. This section covers INSERT and LOAD DATA SQL statements, enabling you to efficiently add new records to your databases.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/UDOHMDDFx2eUKeuBNC1g" %}
[Selecting Data](/docs/server/reference/sql-statements/data-manipulation/selecting-data.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Learn to select data in MariaDB Server using SQL. This section covers various SELECT statement clauses, including WHERE, GROUP BY, and ORDER BY, to retrieve and filter your data effectively.
{% endcolumn %}
{% endcolumns %}
