Advertisements
Advertisements
Question
Write SQL query for the following:
To display the first five characters of the Name column from STUDENTS table.
Code Writing
Advertisements
Solution
SELECT SUBSTR (NAME,1,5) FROM STUDENTS;
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Set 4
