Can you help me out by letting me the know the difference in the follwoing declarations of variables(In PL/SQL BLOCKS) or attrbutes (In a table):
NVARCHAR2(n) and
VARCHAR2(CHAR n)
where n is the maximum number of characters that could be accepted
NVARCHAR2(n) and
VARCHAR2(CHAR n)
where n is the maximum number of characters that could be accepted
Comment