Advertisements
Advertisements
Question
Consider the string, “Informatics Practices”. Write a suitable SQL query for the following:
To display the total number of characters in the given string.
Code Writing
Advertisements
Solution
SELECT LENGTH (“Informatics Practices”);
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Set 4
