Report Bug
Qus : What is the purpose of the SQL TRIM() function?
Qus SQL TRIM() फ़ंक्शन का उद्देश्य क्या है?

A. Removes all records from a table
B. Trims leading and trailing spaces from a string
C. Deletes a specific column from a table
D. Rounds a numeric value to the nearest integer


Solution
B. Trims leading and trailing spaces from a string






Report Bug