diff --git a/docs/t-sql/functions/databasepropertyex-transact-sql.md b/docs/t-sql/functions/databasepropertyex-transact-sql.md
index 398e4534ed9..c6ef490fdba 100644
--- a/docs/t-sql/functions/databasepropertyex-transact-sql.md
+++ b/docs/t-sql/functions/databasepropertyex-transact-sql.md
@@ -79,7 +79,7 @@ An expression specifying the name of the database property to return. *property*
|IsTornPageDetectionEnabled|The [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)] detects incomplete I/O operations caused by power failures or other system outages.|1: TRUE
0: FALSE
NULL: Invalid input
Base data type: **int**|
|IsVerifiedClone|Database is a schema- and statistics- only copy of a user database, created using the WITH VERIFY_CLONEDB option of DBCC CLONEDATABASE. See this [Microsoft Support Article](https://support.microsoft.com/help/3177838) for more information.|**Applies to**: Starting with [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] SP2.
1: TRUE
0: FALSE
NULL: Invalid input
Base data type: **int**|
|IsXTPSupported|Indicates whether the database supports In-Memory OLTP, i.e., creation and use of memory-optimized tables and natively compiled modules.
Specific to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]:
IsXTPSupported is independent of the existence of any MEMORY_OPTIMIZED_DATA filegroup, which is required for creating In-Memory OLTP objects.|**Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] ([!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] and later), and [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)].
1: TRUE
0: FALSE
NULL: Invalid input, an error, or not applicable
Base data type: **int**|
-|LastGoodCheckDbTime|The date and time of the last successful DBCC CHECKDB that ran on the specified database.1 If DBCC CHECKDB has not been run on a database, 1900-01-01 00:00:00.000 is returned.|**Applies to**: [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] beginning with SP2.[!INCLUDE[sssqlv14](../../includes/sssqlv14-md.md)] beinning with CU9.[!INCLUDE[sssqlv15](../../includes/sssqlv15-md.md)] or later.Azure SQL Database.
A datetime value
NULL: Invalid input
Base data type: **datetime**|
+|LastGoodCheckDbTime|The date and time of the last successful DBCC CHECKDB that ran on the specified database.1 If DBCC CHECKDB has not been run on a database, 1900-01-01 00:00:00.000 is returned.|**Applies to**: [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] beginning with SP2.[!INCLUDE[sssqlv14](../../includes/sssqlv14-md.md)] beginning with CU9.[!INCLUDE[sssqlv15](../../includes/sssqlv15-md.md)] or later.Azure SQL Database.
A datetime value
NULL: Invalid input
Base data type: **datetime**|
|LCID|The collation Windows locale identifier (LCID).|LCID value (in decimal format).
Base data type: **int**|
|MaxSizeInBytes|Maximum database size, in bytes.|**Applies to**: [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)], [!INCLUDE[ssSDW](../../includes/sssdw-md.md)].
1073741824
5368709120
10737418240
21474836480
32212254720
42949672960
53687091200
NULL: Database is not started
Base data type: **bigint**|
|Recovery|Database recovery model|FULL: Full recovery model
BULK_LOGGED: Bulk logged model
SIMPLE: Simple recovery model
Base data type: **nvarchar(128)**|