---
title: "What does the JDBC DatabaseMetaData interface?"  
description: "What does the JDBC DatabaseMetaData interface?"  
author: "Anonymous User"  
published: 2015-05-19  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2549/what-does-the-jdbc-databasemetadata-interface  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What does the JDBC DatabaseMetaData interface?

The DatabaseMetaData interface returns the information of the database such as username, driver name, driver version, number of tables, number of views etc

## Answers

### Answer by Anonymous User

The DatabaseMetaData interface returns the information of the database such as username, driver name, driver version, number of tables, number of views etc


---

Original Source: https://www.mindstick.com/interview/2549/what-does-the-jdbc-databasemetadata-interface

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
