massOfai

SQL (Structured Query Language)

Data & Infrastructure

Language for managing relational databases

What is SQL (Structured Query Language)?

Standard language for querying and manipulating data in relational databases. Uses tables, rows, and columns.

Real-World Examples

  • SELECT * FROM users WHERE age > 25
  • PostgreSQL
  • MySQL
  • SQL Server

When to Use This

For structured data with relationships and complex queries

Related Terms

Learn more about concepts related to SQL (Structured Query Language)