Hi @sakuraime ,
query_hash
Binary hash value calculated on the query and used to identify queries with similar logic. You can use the query hash to determine the aggregate resource usage for queries that differ only by literal values.
A query_hash is a computed value that points to a query irrespective of literal values.
statement_sql_handle
SQL handle of the individual query. This column is NULL if Query Store is not enabled for the database.
Suggest you read this bog What is a query_hash or query_plan_hash and why is it useful to better understand this.
If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.