SQL

A standard programming language for managing and manipulating databases.

SQL (Structured Query Language) is used to communicate with and manipulate databases. It is the standard language for relational database management systems. SQL is used to insert, search, update, and delete database records. For example, an SQL query can be written to retrieve all records from a customer table where the customer’s last name is “Smith.”