nerdexam
CompTIA

FC0-U61 · Question #772

Which of the following is a query language?

The correct answer is D. SQL. SQL, or Structured Query Language, is specifically designed for managing and querying data in relational database management systems.

Database Fundamentals

Question

Which of the following is a query language?

Options

  • AC++
  • BHTML
  • CPython
  • DSQL

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    4% (2)
  • D
    94% (51)

Why each option

SQL, or Structured Query Language, is specifically designed for managing and querying data in relational database management systems.

AC++

C++ is a general-purpose programming language, used for system programming, game development, and more.

BHTML

HTML (Hypertext Markup Language) is a markup language used to create web pages.

CPython

Python is a high-level, general-purpose programming language, used for web development, data analysis, AI, etc.

DSQLCorrect

SQL (Structured Query Language) is a domain-specific language used in programming and designed for managing data held in a relational database management system. It is primarily used to query, update, insert, and delete data within these systems.

Concept tested: Types of programming and query languages

Source: https://learn.microsoft.com/en-us/sql/sql-server/what-is-sql-server?view=sql-server-ver16

Topics

#SQL#query language#database languages

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice