Informatics Practices
A function working with every row of a table, is a …………… function.
- Aggregate
- Single value
- Single row
- Summary
SQL Queries
1 Like
Answer
Single row
Reason — Single-row functions in SQL work with one row at a time and return a result for every row of a queried table.
Answered By
1 Like