Skip to content

Commit da97c02

Browse files
authored
Update README.md
1 parent a141eae commit da97c02

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Answer the following data queries. Keep track of the SQL you write by pasting it
6262
6363

6464
### add a customer record for
65-
### customer id is 'SHIRE'
66-
### company name is 'The Shire'
67-
### contact name is 'Bilbo Baggins'
68-
### the address is '1 Hobbit-Hole'
69-
### ths city is 'Bag End'
70-
### the postal code is '111'
71-
### the country is 'Middle Earth'
65+
* customer id is 'SHIRE'
66+
* company name is 'The Shire'
67+
* contact name is 'Bilbo Baggins'
68+
* the address is '1 Hobbit-Hole'
69+
* ths city is 'Bag End'
70+
* the postal code is '111'
71+
* the country is 'Middle Earth'
7272
> This can be done with the INSERT INTO clause
7373
7474

0 commit comments

Comments
 (0)