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.
Question
Which of the following is a query language?
Options
- AC++
- BHTML
- CPython
- DSQL
How the community answered
(54 responses)- A2% (1)
- B4% (2)
- D94% (51)
Why each option
SQL, or Structured Query Language, is specifically designed for managing and querying data in relational database management systems.
C++ is a general-purpose programming language, used for system programming, game development, and more.
HTML (Hypertext Markup Language) is a markup language used to create web pages.
Python is a high-level, general-purpose programming language, used for web development, data analysis, AI, etc.
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
Community Discussion
No community discussion yet for this question.