ASSIGNMENT Database
ASSIGNMENT Database
ASSIGNMENT Database
1 John
2 Jane
3 Bob
4 Alice
orders table:
order_id customer_id order_amount
1 1 100
2 1 200
3 2 50
4 4 75
name order_amount
John 100
John 200
Jane 50
Bob NULL
Alice 75
name order_amount
John 100
John 200
Jane 50
Alice 75
John 100
John 200
Jane 50
Bob NULL
Alice 75