πŸ“Š MySQL
Q. The escape sequence for carriage return is . . . . . . . .
  • (A) '\c'
  • (B) '\r'
  • (C) '\b'
  • (D) '\z'
πŸ’¬ Discuss
βœ… Correct Answer: (B) '\r'

Explanation: This question is about special characters used in MySQL. When you need to represent a special character within your data, you use an "escape sequence" which is a combination of a backslash () and a letter.

Explanation by: Pooja
This question is about special characters used in MySQL. When you need to represent a special character within your data, you use an "escape sequence" which is a combination of a backslash () and a letter.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
89
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Pooja
Publisher
πŸ“ˆ
90%
Success Rate