{"ok": true, "database": "docs", "table": "sections", "rows": [{"id": "pages:pages-execute-write", "page": "pages", "ref": "pages-execute-write", "title": "Write SQL queries", "content": "The  /database-name/-/execute-write  page can be used to execute SQL statements that write to a mutable database, if the  execute-write-sql  permission is enabled. \n                 This page extracts named parameters from the SQL, shows the tables that will be affected and lists the permissions required before the query can be executed. It also includes templates for common  INSERT ,  UPDATE  and  DELETE  statements. \n                 Datasette checks additional permissions based on the operations in the SQL. Row changes require the relevant table-level permissions such as  insert-row ,  update-row  and  delete-row ; reads from source tables require  view-table ; and schema changes require permissions such as  create-table ,  alter-table  or  drop-table . \n                 Use the  Executing write SQL  JSON API to execute writable SQL programmatically.", "breadcrumbs": "[\"Pages and API endpoints\", \"Queries\"]", "references": "[]"}], "primary_keys": ["id"], "primary_key_values": ["pages:pages-execute-write"], "query_ms": 6.703318998916075, "truncated": false}