Tag: What is SQL Server upper function?

Use of UPPER Function in SQL

Use of UPPER Function in SQL: (1) “UPPER” function is used for converting text in upper case. (2) Let’s take an example to convert the text of Vendor Name into Upper case as shown. (3) Select the database in the SQL server and click on the “New Query” button as shown. (4) After that new query …