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 is the use of FULL option in EXP command ?
Can I concurrently access a firebird database with embedded and with regular server?
Explain Enterprise Resource Planning (ERP), and what sort of a database is utilised in an ERP application?
What do you mean by starvation in dbms?
What is super key in dbms?
What is the difference between Memory_target and Memory_max_target? Why its required to resize these parameter?
Define atomicity and aggregation.
Why normalisation is required?
When a form is invoked with CALL_FORM does Oracle forms issues?
Which is the best database?
What is database management system with example?
What is the use of PARFILE option in EXP command ?