How to store space between two strings in database i.e
oracle?

Submitted by: Administrator
select <string1>|| ' <<Number of spaces needed with in
single queotes>> ' ||<string2> from dual;

ex. select 'RAM' || ' ' || 'PRASAD' FullName from dual;
Submitted by: Administrator

Read Online Database Management Job Interview Questions And Answers