linfo2335-programming-parad.../project-1/note.txt

5 lines
347 B
Plaintext

When inserting a row we don't put a + sign before the name
When we return row of an empty table instead of having [] we have [_] same thing with drop
Currently a condtion in a query as to contain no space in order to function properly
Ex: the condtion +name="Dakota" will work but the conditions +name = "Dakota" or
+name="North Dakota" will not.