Structured Query Language is a standard ______ and _______for getting information from and updating a database.
A.
Interactive, programming language
B.
Static, programming structure
C.
Networked, programming language
D.
Hierarchical, scripting language
Explanation:
SQL (Structured Query Language) is a standard interactive and programming language for getting information from and updating a database. Although SQL is both an ANSI and an ISO standard, many database products support SQL with proprietary extensions to the standard language. Queries take the form of a command language that lets you select, insert, update, find out the location of data, and so forth. There is also a programming interface.