How do I insert a value in the database in upper case through Insert query?

Eq. INSERT INTO CUSTOMER_TBL VALUES ('a');

I want cappital 'A' to be inserted in the database. Please help.

Thanks,
Shruti