question archive Write an INSERT statement that adds these rows to the Invoice Line Items table” invoice sequence: 1 2 account number: 160 527 line item amount: $180
Subject:Computer SciencePrice: Bought3
Write an INSERT statement that adds these rows to the Invoice Line Items table”
invoice sequence: |
1 |
2 |
account number: |
160 |
527 |
line item amount: |
$180.23 |
$254.35 |
line item description: |
Hard drive |
Exchange Server update |
Set the invoice id column of these two rows to the invoice ID that was generated by MySQL for the invoice you added in exercise 4.