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
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
What is an index associated with a constraint?
How to retrieve data from an cursor to a record?
How to insert a new row into a table in oracle?
How to see the table columns used in an index?
How to use subqueries in the from clause in oracle?
How will you write a query to get a 5th rank student from a table student_report?
What is the quickest way to export a table to a flat file?
Is oracle a programming language?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
How many types of segments in Oracle?
Is it possible to split the print reviewer into more than one region ?
How do I call oracle stored procedures that take no parameters?
What is oracle latest version?
How to display employee records who gets more salary than the average salary in the department?