Scenario: A software development team is working on a new project. They need to design the database schema. Which data modeling language would you recommend they use, and why?

  • ERD
  • NoSQL
  • SQL
  • UML
For designing a database schema, the recommended data modeling language is ERD (Entity-Relationship Diagram). ERD provides a visual representation of the database structure, including entities, relationships, and attributes. It is specifically designed for database design and helps in organizing and understanding the relationships between different entities.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *