SQL

Structured Query Language (SQL) is a standard database language used to access and manipulate data in databases. SQL is used to perform operations on the stored records in the database, such as updating records, inserting records, deleting records, creating and changing database tables and views, etc.

Leave a Reply