InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Varchar And Varchar2 Data Types? |
|
Answer» VARCHAR can store upto 2000 BYTES and varchar2 can store upto 4000 bytes. Varchar will occupy SPACE for NULL values and Varchar2 will not occupy any space. Both are DIFFERED with respect to space.
Varchar can store upto 2000 bytes and varchar2 can store upto 4000 bytes. Varchar will occupy space for NULL values and Varchar2 will not occupy any space. Both are differed with respect to space.
|
|