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...

By saving a presentation as a PowerPoint show, you bypass the PowerPoint interface and can open the presentation directly in Slide Show view

Indicate whether the statement is true or false

Computer Science & Information Technology

Obtaining administrator privileges from a system is vendor and version specific.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

_____ text often provides a strong visual appeal.

A. Underlined B. Tiny C. Large D. Rotated

Computer Science & Information Technology

The item at a specific positioni within an array can be accessed using the following format: ____.

A. i[].anArray() B. anArray.i() C. i.anArray[] D. anArray[i]

Computer Science & Information Technology