how can we store space between two strings in database i.e
oracle
Answers were Sorted based on User's Feedback
Answer / roopesh kumar
select <string1>|| ' <<Number of spaces needed with in
single queotes>> ' ||<string2> from dual;
ex. select 'RAM' || ' ' || 'PRASAD' FullName from dual;
Is This Answer Correct ? | 9 Yes | 0 No |
What are the basic elements of Base configuration of an oracle Database ?
What are the different types of data tables?
Dept wise avrage salary
What does DLL stands for ?
What do you mean by index hunting?
what is the difference between filters and conditions?
Explain the Difference Between OLTP and OLAP Databases.
How do I create a database in open office?
What is rdbms and its types?
Why would someone use a database?
What is write ahead logging in DBMS?
Can you have more than one cursor open at any one time in a program ?