Aug 31 2005 07:35 PM 6829Views 7Ans What operator performs pattern matching? SQL Interview Questions LIKE operator pujavipin Profile Answers by pujavipin Questions by pujavipin Jun 4th, 2009 LIKE operator can be used in a WHERE clause to search for a particular pattern from columns in a table.Syntax: SELECT column_name(s) from table_name WHERE column_name LIKE pattern. mehraban_b Profile Answers by mehraban_b Questions by mehraban_b Mar 15th, 2007 % Answer Question Select Best Answer
Aug 31 2005 07:35 PM 6829Views 7Ans What operator performs pattern matching? SQL Interview Questions LIKE operator pujavipin Profile Answers by pujavipin Questions by pujavipin Jun 4th, 2009 LIKE operator can be used in a WHERE clause to search for a particular pattern from columns in a table.Syntax: SELECT column_name(s) from table_name WHERE column_name LIKE pattern. mehraban_b Profile Answers by mehraban_b Questions by mehraban_b Mar 15th, 2007 % Answer Question Select Best Answer
pujavipin Profile Answers by pujavipin Questions by pujavipin Jun 4th, 2009 LIKE operator can be used in a WHERE clause to search for a particular pattern from columns in a table.Syntax: SELECT column_name(s) from table_name WHERE column_name LIKE pattern.
Ans