How many bytes are used to store a null value in an nvarchar(n) column?
12:03 20 Sep 2019

We are designing a new database, and need to know if a nvarchar(n) column will use any bytes to store a null value?

  1. If a nvarchar(n) column stores a null value, how many bytes are used?

  2. How many bytes are used to store and empty string in a nvarchar(n)? (i.e."")

sql-server oracle-database