Database Management Question:
Download Job Interview Questions and Answers 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;
single queotes>> ' ||<string2> from dual;
ex. select 'RAM' || ' ' || 'PRASAD' FullName from dual;
Download Database Management Interview Questions And Answers
PDF
Previous Question | Next Question |
What is datapump? | What is the difference between inline query and corelated subquery? |