Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Mylinear authored Sep 18, 2024
1 parent 54c976b commit 0339322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Case_Study_2_Pizza_Runner/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SELECT order_id,
FROM customer_orders;
```
output

![image](https://github.com/user-attachments/assets/c5775798-a74d-4bc9-85c7-bf79f6b170f9)

Once I verified that the output matches the desired table structure, I proceed to update the table using the `UPDATE` and `SET` commands.
Expand Down

0 comments on commit 0339322

Please sign in to comment.