I would like to know how to use these datatypes.
Each table in our database will have arabic as well as english data stored in it.
Is it ok to use VARCHAR2 only or do i have to declare the arabic columns as NVARCHAR2.

Will there be a change in the way the tables are queried?

Thanks
Lynn