Select from following answers:- 80
- 100
- 90
- 110

- All Above
110 is the compatibility level for SQL Server 2012.
You can check the compatibility of any SQL server 2012 database by using the following query:
SELECT compatibility_level
FROM sys.databases WHERE name = 'DatabaseInSqlServer2012';
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator