InterviewSolution
Saved Bookmarks
| 1. |
The escape sequence for carriage return is ___________(a) ‘c’(b) ‘’(c) ‘’(d) ‘z’ |
|
Answer» Right choice is (b) ‘’ 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, ‘’ specifies carriage return. |
|