how can we store space between two strings in database i.e
oracle
Answer Posted / 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 |
Post New Answer View All Answers
Segregate database technology's development.
What is data redundancy in dbms?
Define atomicity and aggregation.
What is authorization and integrity manager?
What do you mean by super key, primary key, foreign key and candidate key?
Why do not you use gnu autoconf or scons for building?
What is a deadlock and mention how it can be resolved?
What is data model and types?
Explain data independence?
Differentiate table scan from index scan.
What is a database report?
What is database write application of database?
Can you have more than one cursor open at any one time in a program ?
Is there a way to detect whether fbclient.dll or fbembed.dll is loaded?
What is a form used for in a database?