0
challenge 1 from SQL
SELECT age FROM zoo WHERE animal LIKE ' ' // unable to fill up this blank. help.
2 Respuestas
0
//it is %wolf, once i was stuck there
SELECT age FROM zoo
WHERE animal LIKE '
%wolf
0
why we have to use % instead off &
SELECT age FROM zoo WHERE animal LIKE ' ' // unable to fill up this blank. help.