FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

USING THE UPPER AND LOWER FUNCTIONS IN EXCEL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The function to convert string ‘god alone’ to capital letters is
A
Capital
B
Lower
C
Upper
D
Proper
Explanation: 

Detailed explanation-1: -The toUpperCase() method converts a string to upper case letters. Note: The toLowerCase() method converts a string to lower case letters.

Detailed explanation-2: -We use SQL UPPER function to convert the characters in the expression into uppercase. It converts all characters into capital letters.

Detailed explanation-3: -The toupper() function is used to convert lowercase alphabet to uppercase.

Detailed explanation-4: -Performing the . upper() method on a string converts all of the characters to uppercase, whereas the lower() method converts all of the characters to lowercase.

There is 1 question to complete.