Back to all terms
65Backend & dataEssential

Query

Query

The operation that fetches data from a database, usually written in SQL or another query language.

For example

Query the user where id = 1 with SQL.

Resources

Copy prompt

Write a SQL query that returns this result from these tables.

Related terms

See all