Scenario: A data analyst needs to query a database to extract specific information for a report. Would they likely use SQL or UML for this task, and why?

  • Both SQL and UML
  • No specific language needed
  • SQL
  • UML
A data analyst would likely use SQL (Structured Query Language) for querying a database to extract specific information for a report. SQL is specifically designed for interacting with databases, allowing the analyst to write queries to retrieve, filter, and manipulate data efficiently. UML, on the other hand, is a modeling language and is not intended for direct database querying.
Add your answer
Loading...

Leave a comment

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