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
Explain the different types of database keys?
Is a database a file?
How to recreate the index on a firebird table?
What is a table called in database?
What do you mean by entity type?
What is a hierarchical database?
Mention the different languages present in dbms
What is 2nf in database?
What is tuple and attribute?
Explain issues for database performance.
Why does reading require write privileges on database file?
What's the best database software for mac?
How to specify transaction or query timeout?
What is meant by database server?
What do you mean by deadlock dbms?