Ammo Centralized
Data System
Upload / Download Data
History Editor
Admin Panel
SQL Console
Audit Logs
Log Out
SQL Console
Admin-only SQL workspace with rollback preview, confirmation and audit logging.
Detecting product table...
Clear
DDL/procedure commands are blocked. UPDATE and DELETE require WHERE unless explicitly allowed. Always run Preview first.
SQL Request
admin
Preview rows
Allow UPDATE/DELETE without WHERE
Preview / Rollback
Execute Changes
Type EXECUTE SQL to run and commit
Execute SQL
Execution runs inside a transaction and writes to audit_log after commit.
Guardrails
Allowed
SELECT
,
WITH
,
UPDATE
,
DELETE
,
INSERT
,
MERGE
Blocked
DROP
,
TRUNCATE
,
ALTER
,
CREATE
,
EXEC
,
BACKUP
,
RESTORE
, manual transaction commands.
Examples
SELECT
UPDATE
DELETE