Conversation
🧪 SQL Queries Run Results (up to 3 rows)Click to expand/collapse assignment queries execution results✅ Query 1: SELECT Results: ✅ Query 2: SELECT Results:
✅ Query 3: *SELECT SELECT * Results:
✅ Query 4: SELECT Results:
✅ Query 5: SELECT Results:
❌ Query 6: SELECT * Error: ✅ Query 7: *WITH sales_by_date AS ( SELECT market_date, total_sales, 'Best Day' AS label UNION SELECT market_date, total_sales, 'Worst Day' AS label Results:
✅ Query 8: SELECT Results:
⚪ Query 9: *CREATE TABLE product_units AS No rows returned ⚪ Query 10: *INSERT INTO product_units No rows returned ⚪ Query 11: DELETE FROM product_units No rows returned ⚪ Query 12: *ALTER TABLE product_units UPDATE product_units No rows returned |
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
I am trying to run AutoRunner on a copy of my branch for assignment 2.
What did you learn from the changes you have made?
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
How were these changes tested?
A reference to a related issue in your repository (if applicable)
Checklist