# Operations

All operation tables contain the following columns:

| Column    | Description                                                                |
| --------- | -------------------------------------------------------------------------- |
| ID        | This is an HiveSQL internal row identifier                                 |
| tx\_id    | This is the ID of the transaction in the `Transactions` table              |
| timestamp | This is the date and time of the block in which the operation was recorded |

Additional columns are described on each table related page

| Table                                                                                        | Description                                     |
| -------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [TxAccountClaims](/technical-informations/operations/txaccountclaims.md)                     | Claims of account creation tickets              |
| [TxAccountCreates](/technical-informations/operations/txaccountcreates.md)                   | New account creations                           |
| [TxAccountRecoveryChanges](/technical-informations/operations/txaccountrecoverychanges.md)   | Recovery Account changes                        |
| [TxAccountRecoveryRequests](/technical-informations/operations/txaccountrecovers.md)         | Account recovery requests                       |
| [TxAccountRecoveryConfirms](/technical-informations/operations/txaccountrecoveryconfirms.md) | Account recovery confirmations                  |
| [TxAccountUpdates](/technical-informations/operations/txaccountupdates.md)                   | Updates of account data                         |
| [TxAccountUpdates2](/technical-informations/operations/txaccountupdates2.md)                 | Updates of account data (v2)                    |
| [TxAccountWitnessProxies](/technical-informations/operations/txaccountwitnessproxies.md)     | Delegations of governance votes                 |
| [TxAccountWitnessVotes](/technical-informations/operations/txaccountwitnessvotes.md)         | Votes/unvotes for witnesses                     |
| [TxClaimRewardBalances](/technical-informations/operations/txclaimrewardbalances.md)         | Claims for rewards                              |
| [TxComments](/technical-informations/operations/txcomments.md)                               | Posts and comments                              |
| [TxCommentsOptions](/technical-informations/operations/txcommentsoptions.md)                 | Posts and comments options                      |
| [TxConverts](/technical-informations/operations/txconverts.md)                               | Requests for  conversion from HBD to HIVE       |
| [TxCustoms](/technical-informations/operations/txcustoms.md)                                 | Custom JSON (non-consensus operations)          |
| [TxDeclineVotingRights](/technical-informations/operations/txdeclinevotingrights.md)         | Requests to decline voting rights               |
| [TxDelegateVestingShares](/technical-informations/operations/txdelegatevestingshares.md)     | Hive Power delegations                          |
| [TxDeleteComments](/technical-informations/operations/txdeletecomments.md)                   | Posts and comments deletions                    |
| [TxEscrowApproves](/technical-informations/operations/txescrowapproves.md)                   | Escrow approvals                                |
| [TxEscrowDisputes](/technical-informations/operations/txescrowdisputes.md)                   | Escrow disputes                                 |
| [TxEscrowReleases](/technical-informations/operations/txescrowreleases.md)                   | Escrow funds releases                           |
| [TxEscrowTransfers](/technical-informations/operations/txescrowtransfers.md)                 | Escrow creations                                |
| [TxFeeds](/technical-informations/operations/txfeeds.md)                                     | Witnesses price feed publications               |
| [TxLimitOrdersCreates](/technical-informations/operations/txlimitorders.md)                  | Internal market orders creations                |
| [TxLimitOrdersCancels](/technical-informations/operations/txlimitorderscancels.md)           | Internal market orders deletions                |
| [TxPows](/technical-informations/operations/txpows.md)                                       | Proof of Work (mining - deprecated)             |
| [TxProposalCreates](/technical-informations/operations/txproposalcreates.md)                 | Proposals creations                             |
| [TxProposalRemoves](/technical-informations/operations/txproposalremoves.md)                 | Proposals removals                              |
| [TxProposalUpdates](/technical-informations/operations/txproposalupdates.md)                 | Proposal updates                                |
| [TxProposalVoteUpdates](/technical-informations/operations/txproposalvoteupdates.md)         | Proposal approvals and disapprovals             |
| [TxTransfers](/technical-informations/operations/txtransfers.md)                             | Assets transfers                                |
| [TxVotes](/technical-informations/operations/txvotes.md)                                     | Posts and comments votes                        |
| [TxWithdraws](/technical-informations/operations/txwithdraws.md)                             | Requests for Hive Power withdrawals (powerdown) |
| [TxWithdrawVestingRoutes](/technical-informations/operations/txwithdrawvestingroutes.md)     | Routes for powerdown definitions                |
| [TxWitnessSetProperties](/technical-informations/operations/txwitnesssetproperties.md)       | Blockchain properties proposals by witnesses    |
| [TxWitnessUpdates](/technical-informations/operations/txwitnessupdates.md)                   | Witnesses information updates                   |


---

# 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://docs.hivesql.io/technical-informations/operations.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.
