Asked by Jessica Leigh on Jun 26, 2024

verifed

Verified

What programming language supports relational databases?

A) HTML
B) NoSQL
C) SQL
D) CSS

Relational Databases

A type of database that stores and provides access to data points that are related to one another.

SQL

Structured Query Language, a standardized programming language used for managing and manipulating relational databases.

HTML

Hypertext Markup Language; the standard markup language used to create and design web pages.

  • Familiarize yourself with the utility of SQL in handling and interrogating relational databases.
verifed

Verified Answer

ZF
Zeenat FarooqJun 27, 2024
Final Answer :
C
Explanation :
SQL (Structured Query Language) is specifically designed for relational databases and is the most commonly used language for managing and querying data in those databases. HTML and CSS are markup languages for creating website content, while NoSQL is a type of database that does not rely on relational tables.