# CRUD Operations using Java

- [10. Example17 - Deleting a table](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/10.-example17-deleting-a-table.md)
- [9. Example16 - Scanning a range of rows](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/9.-example16-scanning-a-range-of-rows.md)
- [8. Example15 - Mix & match with batch operations](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/8.-example15-mix-and-match-with-batch-operations.md)
- [7. Example14 - A list of Deletes](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/7.-example14-a-list-of-deletes.md)
- [6. Example13 - Deleting a row](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/6.-example13-deleting-a-row.md)
- [5. Example12 - A list of Gets](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/5.-example12-a-list-of-gets.md)
- [4. Example11 - Retreiving Data - Get & Result Objects](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/4.-example11-retreiving-data-get-and-result-objects.md)
- [3. Example10 - Inserting a list of Puts](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/3.-example10-inserting-a-list-of-puts.md)
- [2.Example9 - Inserting a row using a Put Object](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/2.example9-inserting-a-row-using-a-put-object.md)
- [1. Example8 - Creating a table with HBaseAdmin](https://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java/1.-example8-creating-a-table-with-hbaseadmin.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://architectures.gitbook.io/project/apache-hbase/hbase-the-hadoop-database/crud-operations-using-java.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.
