Database Management Question:

Download Job Interview Questions and Answers PDF

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

Database Management Interview Question
Database Management Interview Question

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?