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


Please Help Members By Posting Answers For Below Questions

What is database normalization? Explain types of it.

512


How do we select distinct values from a table?

523


What is 1nf 2nf 3nf in dbms?

498


What is cold backup, hot backup, warm backup recovery?

471


when All datafiles related to a Tablespace are removed ?

1509






Difference between data and information, and how are they related in a database?

505


How to retrive a student with height marks,second height and third height from MS access database what wil be the query for this purpuse?

569


What is meant by database server?

482


What is flag in database?

590


What is database development process?

471


When connection to database is failed, Which exception will be thrown?

545


I want to export the data date to date from oracle database then what can i do?

1986


What is difference between database and file?

445


how to restore particular schema from rman full backup?

1312


Is sql a rdbms?

455