Home » 
        MCQs » 
        SQLAlchemy MCQs
    
        
    What is metadata?
    
    
    
	16. What is metadata?
    
      - Metadata contains the rows information only.
- Metadata contains the column information only.
- Metadata contains the definition of the table but not their associated objects.
- Metadata contains the definitions of tables including the associated objects like views etc.
Answer: D) Metadata contains the definitions of tables including the associated objects like views etc.
    Explanation:
    Metadata holds the definitions of tables including the associated objects like views etc.