I installed SQL Server 2016 for individual user version. After that, I created a database but when I check the compatibility level of that database, it says 90.
When I was trying to change compatibility level of database it says
Valid values of the compatibility level is 90, 100 or 120
But as I read the compatibility level of SQL Server 2016 is 130.
So, the problem is I need to create database that have a compatibility level is 130.
I have 2 instances of SQL Server in one system, SQL Server 2012 and newly installed SQL Server 2016.