GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  JDBC

 Print  |  
Question:  What is metadata?



October 10, 2005 11:58:53 #4
 Mamatha   Member Since: Visitor    Total Comments: N/A 

RE: What is metadata?
 
Meta Data- is information that describes about structure and properties of our data. When we define a table we specify each columns name, type of data it holds and restrictions imposed (Constraints) and who owns it. This Information in JDBC Context is called MetaData.In JDBC we have two types of Meta Data(i) ResultSet MetaData(ii) DataBase MetaData(i) ResultSet MetaData is information about data contained in ResultSet(ii) DataBase MetaData is Data about Data
     

 

Back To Question