For WDI015, many developers submitted responses whereby they are inserting id values into the tables, and bypassing the SELECT method entirely. This should not be allowable, even though the solution produces the appropriate result. Currently, the instructions do not specify that this is NOT what they are supposed to do. For example for question 3:
Create the following appointments by inserting the appropriate rows into the appointments table.
I propose that we update the language to the following:
Create the following appointments by selecting the appropriate objects, and inserting the appropriate data into the columns of the appointments table.
@gaand do you have any thoughts on this? I reviewed the above comment and it seems pretty self explanatory that one should use INSERT. Open to feedback.
For WDI015, many developers submitted responses whereby they are inserting id values into the tables, and bypassing the
SELECT
method entirely. This should not be allowable, even though the solution produces the appropriate result. Currently, the instructions do not specify that this is NOT what they are supposed to do. For example for question 3:I propose that we update the language to the following: