Subject | English | Korean |
comp., MS | aggregate event | 집계 이벤트 (A type of event that is generated after a series of events of another type have occurred. An aggregate event is used to represent a series of events to avoid flooding the event consumer) |
comp., MS | aggregate function | 집계 함수 (A function that performs a calculation on multiple values and returns a single value) |
comp., MS | aggregate query | 집계 쿼리 (A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg) |
comp., MS | row aggregate function | 행 집계 함수 (A function that generates summary values, which appear as additional rows in the query results) |
math. | self-renewing aggregate | 자체갱신 집합 |
comp., MS | user-defined aggregate function | 사용자 정의 집계 함수 (An aggregate function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Frameworks common language runtime) |