Wednesday, 8 August 2012

In a LIKE clause, you can could ask for any value ending in "ton" by writing | MySQL

A.    LIKE ton$
B.    LIKE ^.*ton$
C.    LIKE %ton
D.    LIKE *ton
E.    LIKE .*ton

Ans:  C

No comments: