Ask Question

1. How do you display letters in uppercase in Oracle, Access, and SQL Server? How do you display letters in lowercase in Oracle, Access, and SQL Server?

+3
Answers (1)
  1. 11 October, 06:10
    0
    Display letters in uppercase, in lowercase in Oracle, Access, and SQL Server

    Explanation:

    Oracle & SQL Server has an 'UPPER' function to display letters in uppercase.

    Syntax for 'UPPER' function is UPPER (text)

    Access has the 'UCASE' function to display letters in uppercase.

    Syntax for ' UCASE' function is UCASE (text)

    Oracle & SQL Server has a 'LOWER' function to display letters in lowercase.

    Syntax for 'LOWER' function is LOWER (text)

    Access has an 'LCASE' function to display letters in lowercase.

    Syntax for ' LCASE' function is LCASE (text)

    The 'text' specifies any character set or any column name from the specific table.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “1. How do you display letters in uppercase in Oracle, Access, and SQL Server? How do you display letters in lowercase in Oracle, Access, ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers