Queries Glossary

Browse 5 queries terms defined in plain English, from the cultural dictionary of computing.

5 Queries Terms

AI Query
A request sent to an AI system, whether as a prompt, tool call, search-like instruction, or structured input. AI queries may include user text, system context,...
CodeQL
A code analysis engine and query language developed for finding security issues and other patterns by modeling source code semantically rather than just...
Left Join
A SQL join that returns all rows from the left (first) table and the matching rows from the right (second) table, filling in NULLs for right-side columns when...
Outer Join
A SQL join that returns all rows from one or both tables even when there is no matching row in the other table, filling in NULLs for the missing side. LEFT...
RAG Query
A query sent into a retrieval-augmented generation workflow to retrieve relevant supporting material before generation. RAG queries may be raw user questions...

Related Topics