Home › Forums › KX Academy › KX SQL project › Re: KX SQL project
-
The question is asking you to save your SQL code to variable ex1. What you are doing instead is executing the query and putting the result into ex1. This is why the second check passes (since the CREATE TABLE was executed) but the first one fails (because the variable doesn’t contain the SQL command).