1.

The escape sequence for carriage return is ___________(a) ‘\c’(b) ‘\r’(c) ‘\b’(d) ‘\z’The question was asked during an interview.The above asked question is from Data Value Categories topic in portion Data Types of MySQL

Answer»

Right choice is (b) ‘\r’

To explain I WOULD say: MySQL provides the facility to use a wide range of escape SEQUENCES. They are special CHARACTERS. They begin with the backslash character. For example, ‘\r’ specifies carriage RETURN.



Discussion

No Comment Found

Related InterviewSolutions