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 |
Is sql a database?
What does rdbms stand for?
What do you understand by cursor?
Explain the architecture of reporting services?
Define denormalization.
What is database bloat?
What is the difference between a shared lock and exclusive lock?
For each user who needs access, the DBA creates an account in which database?
How do you open .db files?
Explain the key constraints and constraints on Null Values with examples?
Define object-oriented model.
What is building blocks of client/server?