What Are the Differences between CHAR and NCHAR in Oracle?
Submitted by: AdministratorBoth CHAR and NCHAR are fixed length character data types. But they have the following differences:
* CHAR's size is specified in bytes by default.
* NCHAR's size is specified in characters by default. A character could be 1 byte to 4 bytes long depending on the character set used.
* NCHAR stores characters in Unicode.
Submitted by: Administrator
* CHAR's size is specified in bytes by default.
* NCHAR's size is specified in characters by default. A character could be 1 byte to 4 bytes long depending on the character set used.
* NCHAR stores characters in Unicode.
Submitted by: Administrator
Read Online Oracle Database Job Interview Questions And Answers
Top Oracle Database Questions
☺ | How Run SQL*Plus Commands That Are Stored in a Local File? |
☺ | How To Use Values from Other Tables in UPDATE Statements using Oracle? |
☺ | What Happens to Indexes If You Drop a Table? |
☺ | What Is the Relation of a User Account and a Schema? |
☺ | What Is Input Buffer in SQL*Plus? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Oracle RMAN Interview Questions. |