Scenario: A project manager wants to visualize the interactions between different components of a system. Which modeling language would be most suitable for this purpose, SQL or UML?

  • Both SQL and UML
  • No specific language needed
  • SQL
  • UML
UML (Unified Modeling Language) is most suitable for visualizing interactions between different components of a system. UML provides various diagrams like sequence diagrams and collaboration diagrams that specifically capture the interactions and relationships between system components. SQL, on the other hand, is focused on querying and manipulating databases.
Add your answer
Loading...

Leave a comment

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