MS SQL Server – 95 – JSON MCQ

95 – JSON MCQ

1 / 25

1. What does JSON stand for in the context of MS SQL Server?

2 / 25

2. In SQL Server, which data type is used to store JSON data?

3 / 25

3. Which function is used to parse a JSON string and return a JSON object in SQL Server?

4 / 25

4. What is the purpose of the JSON_VALUE function in SQL Server?

5 / 25

5. Which SQL Server function is used to query nested JSON objects?

6 / 25

6. In SQL Server, what is the JSON_MODIFY function used for?

7 / 25

7. Which SQL Server function allows you to check if a JSON string is valid?

8 / 25

8. What is the purpose of the FOR JSON clause in SQL Server?

9 / 25

9. Which of the following is true about the JSON data type in SQL Server?

10 / 25

10. In SQL Server, how can you extract a value from a specific property within a JSON object?

11 / 25

11. What is a JSON path expression in SQL Server?

12 / 25

12. In SQL Server, which function is used to add a new property to a JSON object?

13 / 25

13. How can you format the result of a query as JSON in SQL Server?

14 / 25

14. What does the ISJSON function return in SQL Server if the input is valid JSON?

15 / 25

15. In SQL Server, how can you remove a property from a JSON object?

16 / 25

16. What is the maximum depth allowed for nested JSON objects in SQL Server?

17 / 25

17. In SQL Server, how can you escape special characters within a JSON string?

18 / 25

18. What is the result of JSON_QUERY when the specified JSON path does not exist in the JSON data?

19 / 25

19. In SQL Server, which function is used to convert a SQL result set into JSON format?

20 / 25

20. What is the primary use case for the OPENJSON function in SQL Server?

21 / 25

21. In SQL Server, what is the purpose of the WITHOUT_ARRAY_WRAPPER option in the FOR JSON clause?

22 / 25

22. In SQL Server, which function allows you to shred (parse) JSON data into relational format?

23 / 25

23. What is the primary advantage of using JSON as a data format in SQL Server?

24 / 25

24. Which of the following is a valid JSON path expression in SQL Server?

25 / 25

25. In SQL Server, what is the main difference between JSON_QUERY and JSON_VALUE?

Your score is

0%