Quiz-summary
0 of 5 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
Information
Are you able to resolve today’s SQL quiz?
This week’s test has a difficulty level of: EASY
Quiz subject: String functions theory
Good luck!
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 5 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- Answered
- Review
-
Question 1 of 5
1. Question
Which of the following functions returns the position of the first occurrence of the string provided as the first argument within the string provided as the second argument?
function_asked(string_to_look_for, string_WHERE_to_look_for)Correct
Incorrect
-
Question 2 of 5
2. Question
Which of the following can be used to measure the length of an input value?
Correct
Incorrect
-
Question 3 of 5
3. Question
Which of the following is used to replace all the occurrences of a string within another string?
Correct
Incorrect
-
Question 4 of 5
4. Question
Which of the following is used to replace a string with a different one, at a specified position?
Correct
Incorrect
-
Question 5 of 5
5. Question
With the FORMAT function, you can format an input value based on a format string, and optionally specify the culture as a third input.
Correct
Incorrect