diff --git a/docs/sql-data-sources-jdbc.md b/docs/sql-data-sources-jdbc.md
index bf53ffa65d61..d927973e96ac 100644
--- a/docs/sql-data-sources-jdbc.md
+++ b/docs/sql-data-sources-jdbc.md
@@ -389,12 +389,17 @@ Before using keytab and principal configuration option
* The included JDBC driver version supports kerberos authentication with keytab.
* There is a built-in connection provider which supports the used database.
-There is a built-in connection providers for the following databases:
+There are built-in connection providers for the following databases:
+* Databricks
* DB2
-* MariaDB
-* MS Sql
+* Derby
+* H2
+* MariaDB and MySQL
+* Microsoft SQL Server
* Oracle
* PostgreSQL
+* Snowflake
+* Teradata
If the requirements are not met, please consider using the JdbcConnectionProvider developer API to handle custom authentication.