1 parent a141eae commit da97c02Copy full SHA for da97c02
1 file changed
README.md
@@ -62,13 +62,13 @@ Answer the following data queries. Keep track of the SQL you write by pasting it
62
63
64
### 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'
+* customer id is 'SHIRE'
+* company name is 'The Shire'
+* contact name is 'Bilbo Baggins'
+* the address is '1 Hobbit-Hole'
+* ths city is 'Bag End'
+* the postal code is '111'
+* the country is 'Middle Earth'
72
> This can be done with the INSERT INTO clause
73
74
0 commit comments