Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is metadata and it's use?

Answers were Sorted based on User's Feedback



what is metadata and it's use?..

Answer / anand

Meta data nothing but data about date.

For example,

22 - marks
Raju - name
96 - age
Hyd - address

In the above example we can say that marks,name,age and address called Meta data, because that data gives detail information about actual data.

<marks>22</marks>
<name>Raju</name>
<age>96</age>
<address>Hyd</address>

Tn the above one we can say that the tags like <marks>,<name>,<age>,<address> are called meta tags, because that tags gives details information about actual data.

In java we have two types of metadata.
i) ResultSetMetaData
ii) DatabaseMetaData

ResultSetMetaData is used to know the details of ResultSet object like no.of columns,names of the columns and datatypes of the column etc.

DatabaseMetaData is used to know the information about database server like version of the database server,name of the database server etc.

Is This Answer Correct ?    3 Yes 0 No

what is metadata and it's use?..

Answer / sowmya

metadata is nothing but data about data.
This data includes column-type,constraint-type etc.
It describes the whole structure of table data

Is This Answer Correct ?    2 Yes 0 No

what is metadata and it's use?..

Answer / harish

u can access information abt the database as a whole or abt
a particular query ResultSet.This section describes how
DatabaseMetaData and ResultSetMetaData objects are obtained
and queried.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

what happen if we set JDBC string to NULL?

0 Answers   Sapient,


Which is best database for java?

0 Answers  


What is executequery in java?

0 Answers  


JDBC Drivers properties?

1 Answers   Infosys,


What is resultset in jdbc with example?

0 Answers  


Is it possible to connect to multiple databases simultaneously?

0 Answers  


What is JDBC API and when do we use it?

0 Answers  


how to retrieve sql exceptions

2 Answers   Bosch,


Explain the various types of locking system in jdbc?

0 Answers  


How to set NULL values in JDBC PreparedStatement?

0 Answers  


What are the differences between resultset and rowset?

0 Answers  


How do we call a stored procedure from jdbc?

0 Answers  


Categories