Back to Glossary
DatabaseBeginner Friendly

What is SQL?

A language for communicating with databases, used to create, read, update, and delete data

Why It Matters

SQL is the standard language for most databases, making it essential knowledge for working with your app's data

Real-World Example

SELECT * FROM customers WHERE city = 'Melbourne' retrieves all Melbourne customers

“Understanding terms like SQL matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.