Advertisements
Advertisements
Question
Write suitable SQL query for the following:
Display the first 5 characters from the word 'Informatics Practices'.
Code Writing
Solution
SELECT LEFT('Informatics Practices', 5);
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Board Sample Paper