This environment simulates database reliability engineering workflows where an agent must debug, optimize, and submit a fixed SQL query against live SQLite databases across three task levels.
"""Load Azure SQL config from YAML file.""" IF OBJECT_ID('dbo.TimeOffRequests', 'U') IS NOT NULL DROP TABLE dbo.TimeOffRequests; IF OBJECT_ID('dbo.PerformanceReviews ...