The data for this exercise is contained in a SQLITE database that you will need to load. You can do so by:
- Cloning this repository to your local environment (HTTPS is easiset).
- Navigating to sqliteonline.com
- Clicking File > Open DB and uploading the file from this repository "basic_sql_interview/sqlite/interview_exercise.db"

We have an online grocery store. Customers can order grocery items and they receive a bill for their order that looks like this:
Below is a diagram of the relationships of between the tables.
-
Write a sql statement to show the exact table output as shown below -All service order headers
 -
Look at the details for so_number = 1237. Notice there is only one line item, but it has been updated.
Write a statement to show







