In SQL, the LIKE operator is used for pattern matching with wildcard characters:
% → Matches any sequence of characters (including zero characters).
_ → Matches exactly one character.
Example:
This will return all names starting with ‘A’ (like Amit, Anita, Arun, etc.).
Online Test Series, Information About Examination,
Syllabus, Notification
and More.
Online Test Series, Information About Examination,
Syllabus, Notification
and More.