What Are the Differences between CHAR and VARCHAR2 in Oracle?
Submitted by: AdministratorThe main differences between CHAR and VARCHAR2 are:
* CHAR stores values in fixed lengths. Values are padded with space characters to match the specified length.
* VARCHAR2 stores values in variable lengths. Values are not padded with any characters.
Submitted by: Administrator
* CHAR stores values in fixed lengths. Values are padded with space characters to match the specified length.
* VARCHAR2 stores values in variable lengths. Values are not padded with any characters.
Submitted by: Administrator
Read Online Oracle Database Job Interview Questions And Answers
Top Oracle Database Questions
☺ | How To Run SQL*Plus Commands in SQL Developer? |
☺ | How Run SQL*Plus Commands That Are Stored in a Local File? |
☺ | What Is Input Buffer in SQL*Plus? |
☺ | What Happens to Indexes If You Drop a Table? |
☺ | How To Call a Stored Function in Oracle? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Oracle RMAN Interview Questions. |