SQL stands for Structured Query Language and is a computer language designed for managing relational databases. It can be used to:
- Extract data from databases.
- Manipulate data (e.g., join tables, create summary tables).
- Write new information to tables in a database.
SQL is not fully standardized, with different database vendors implementing it in different ways. Not all databases support SQL (but most do).
Comments
0 comments
Please sign in to leave a comment.