What is the meaning and difference between these queries?
SELECT U\'String\' FROM dual;
and
SELECT N\'String\' FROM dual; <
when using N' we denote that given datatype is NCHAR or NVARCHAR.
N'
NCHAR
NVARCHAR
U' is used to denote unicode
U'