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
- Ai (2 terms in common)
- Sql (2 terms in common)
- Databases (1 terms in common)
- Security (1 terms in common)
- Database (1 terms in common)
- Static Analysis (1 terms in common)
- Rag (1 terms in common)
- Interaction (1 terms in common)