Advertisements
Advertisements
Question
Write SQL query for the following:
To display the values of Name column from the STUDENTS table, after removing the trailing spaces.
Code Writing
Advertisements
Solution
SELECT RTRIM (NAME) FROM STUDENTS;
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Set 4
