How to display the text in uppercase, lowercase and proper case in SQL | SQL Text functions

Опубликовано: 10 Октябрь 2024
на канале: ramesh learnings
3,567
46

SQL : Text Functions
How to display the text in uppercase, lowercase and proper case
How to display the text first letter with Cap
Ex: Upper case = RAMESH
Lower case = ramesh
Proper case = Ramesh
Most useful video for interview purpose
SQL Annual Salary of the emp:    • Annual salary of the employees : SQL  

How to know the no.of job groups and no.of emp in each job group
   • SQL: How to know the number of job gr...  

Name of employees who earn commission
   • SQL: Name of employees who earn commi...