๐ Bug HuntSQ SQL Easy+10 XP
Wrong Wildcard
This LIKE query finds no matches.
๐ Find the bug
1
SELECT * FROM products2
WHERE name LIKE 'Phone*';๐ The bug is on line 2
This LIKE query finds no matches.
SELECT * FROM productsWHERE name LIKE 'Phone*';