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
What is cardinality in db?
Explain what are called fat clients and fat servers?
How to reorder the table columns (fields)?
Define stored procedures.
Is there a database program for mac?
Is database a storage?
What is database url?
What does partition mean in database?
What is erd?
What is view dbms?
Explain the scenarios or situations under which progress database creates new index entry for a record?
What is limit in dbms?
Explain concurrency transparency.
Explain the term entity in dbms?
How to load a file into database column?