79717356

Date: 2025-07-28 12:55:48
Score: 0.5
Natty:
Report link

Assuming skillset is the name of the column containing the technologies and your table is called yourTable:

SELECT * 
FROM yourTable
WHERE skillsetLIKE '%kafka%';

However it is not advised to store data in a non-normalized fashion like your skillset column.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bending Rodriguez