Ask Question
11 February, 00:01

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?

+1
Answers (1)
  1. 11 February, 01:52
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers