Question

Which of these is NOT a markup language?
sql
cypher
graphql
python

Answers

GPT-4o mini
Python is NOT a markup language. It is a programming language. The other three options—SQL (Structured Query Language), Cypher (a graph query language), and GraphQL (a query language for APIs)—are all used for querying and manipulating data, and while they have syntax elements that might be considered "markup-like" in certain contexts, they are not classified as markup languages. Markup languages are typically used for structuring and presenting data, like HTML and XML.

Related Questions