Home »
MCQs »
Transact-SQL (T-SQL) MCQs
Which of the following functions will help you to repeat the string multiple times?
56. Which of the following functions will help you to repeat the string multiple times?
- REPEAT
- REPLACE
- REPLICATE
- DUPLICATE
Answer: C) REPLICATE
Explanation:
The REPLICATE function will help you to repeat the string multiple times.