Database Management Question:
Download Questions PDF

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

Answer:

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

ex. select 'RAM' || ' ' || 'PRASAD' FullName from dual;

Download Database Management Interview Questions And Answers PDF

Previous QuestionNext Question
What is datapump?What is the difference between inline query and corelated subquery?