Asked by katie sofia on Jun 27, 2024

verifed

Verified

Which commonly used programming language is used to manage, access, and search for database content?

A) Java
B) C++
C) SQL
D) HTML

SQL

A standardized language for managing and manipulating relational databases.

Database Content

The data and information stored within a database, including records, fields, and database-specific configurations.

  • Distinguish examples of object-oriented programming languages.
verifed

Verified Answer

TS
Tracy SpencerJun 28, 2024
Final Answer :
C
Explanation :
SQL (Structured Query Language) is specifically designed for managing and accessing data within relational databases. Java and C++ can be used to interface with databases, but are not specifically designed for this purpose. HTML is a markup language used for creating web pages and is not used for managing databases.