I am having n number of records in a table which consists of emp-name is one of the field among them. Now i want to change the first letter of every name with capital.



I am having n number of records in a table which consists of emp-name is one of the field among them..

Answer / chandra

Use INITCAP() Function

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

how to take the back up of the DB2 table.

7 Answers  


What is the use of COMMAREA ?Minimum how much data we can pass from it?

7 Answers   Cap Gemini,


What is performance tuning db2?

0 Answers  


DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language

4 Answers   Accenture,


What are some characteristics of columns that benefit from indexes?

1 Answers  






what is the use of commit ? and what is the syntax?

2 Answers   Deloitte,


Which component is responsible for db2 startup and shutdown?

0 Answers  


What is schema in db2?

0 Answers  


what happend with out using Commit,when closing cursor and program?

5 Answers   CSC,


For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.

0 Answers  


a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.

3 Answers  


In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.

5 Answers   CTS,


Categories