Answer Posted / kranthi
char and varchar2 both we will use for character purpouse
only.but char take how many bytes we r specified in data
type size it will take that much of size.
eg: x char(10);
x:='nani' the remaining 6 character space will b wasted.
but in varchar2 we can use that 6 bytes for another
character also.
i hope so u under stood very well.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do I manually uninstall oracle client?
What are the original export and import utilities?
Can you create a synonym without having a table?
Is postgres faster than oracle?
Explain oracle left join with an example?
What is pragma autonomous transaction in oracle?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
How to grant create session privilege to a user in oracle?
Can sub procedure/function be called recursively?
Explain the use of analyse option in exp command.
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
How will you identify oracle database software release?
What is a named program unit?
Explain self joins in oracle?
What do you mean by cdb and pdb in oracle 12c?