Explanation:
Oracle & SQL Server has an 'UPPER' function to display letters in uppercase.
Access has the 'UCASE' function to display letters in uppercase.
Oracle & SQL Server has a 'LOWER' function to display letters in lowercase.
Access has an 'LCASE' function to display letters in lowercase.
The 'text' specifies any character set or any column name from the specific table.