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
What is rich query?
What are the different types of failures that occur in Oracle database?
Explain what does a control file contain?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
How do I start tns listener?
What is an oracle?
What is a cursor variable?
Can you have more than one content canvas view attached with a window ?
What is open database communication (odbc) in oracle?
What is analyze command used for?
Explain the use of indexes option in imp command.
How to check the oracle tns settings?
What are the types of partitions in oracle?
What is a oracle database?
What is the purpose of tables, private synonyms and public synonyms in Oracle?