Which of the following is a special-purpose programming language used for accessing and manipulating data stored in a relational database?

a. SQL
b. FORTRAN
c. JAVA
d. COBOL

a. SQL
SQL is a special-purpose programming language for accessing and manipulating data stored in a relational database. SQL databases conform to ACID properties (atomicity, consistency, isolation, and durability) that guarantee database transactions are processed reliably and ensure the integrity of data in the database.

Computer Science & Information Technology

You might also like to view...

In SharePoint, a mention in a newsfeed post references another user through the use of the # symbol

Indicate whether the statement is true or false

Computer Science & Information Technology

Select the valid JavaScript variable name below:

a. prompt b. myName c. my Name d. visitor’sName

Computer Science & Information Technology