Category Archives: SQL

Single row character functions

Single row character function are those function which accepts character values as arguments and return either a numeric or character values. These are two types: Case Manipulation Character Manipulation These are explained as following below. 1. Case Manipulation: It accept the character values and return the character value. UPPER(string1): Converts all letters of string1 into upper case. LOWER(string1):… Read More »