<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?action=history&amp;feed=atom&amp;title=Slide%2FSQL_Aggregate_Functions</id>
	<title>Slide/SQL Aggregate Functions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?action=history&amp;feed=atom&amp;title=Slide%2FSQL_Aggregate_Functions"/>
	<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Slide/SQL_Aggregate_Functions&amp;action=history"/>
	<updated>2026-04-25T02:06:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Slide/SQL_Aggregate_Functions&amp;diff=928&amp;oldid=prev</id>
		<title>Sysop: modified through wikirestore by Sysop</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Slide/SQL_Aggregate_Functions&amp;diff=928&amp;oldid=prev"/>
		<updated>2023-04-05T07:15:48Z</updated>

		<summary type="html">&lt;p&gt;modified through wikirestore by Sysop&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Links ==&lt;br /&gt;
&lt;br /&gt;
* {{Link|target=lg/SQL-ReportAndModify-AggregateFunctions|title=SQL-ReportAndModify-AggregateFunctions}}&lt;br /&gt;
&lt;br /&gt;
* {{Link|target=keyword/SQL|title=SQL}}&lt;br /&gt;
* {{Link|target=keyword/SQL Syntax|title=SQL Syntax}}&lt;br /&gt;
* {{Link|target=keyword/SELECT|title=SELECT}}&lt;br /&gt;
* {{Link|target=keyword/FROM|title=FROM}}&lt;br /&gt;
* {{Link|target=keyword/WHERE|title=WHERE}}&lt;br /&gt;
* {{Link|target=keyword/SUM|title=SUM}}&lt;br /&gt;
* {{Link|target=keyword/DISTINCT|title=DISTINCT}}&lt;br /&gt;
* {{Link|target=keyword/COUNT|title=COUNT}}&lt;br /&gt;
* {{Link|target=keyword/MIN|title=MIN}}&lt;br /&gt;
* {{Link|target=keyword/MAX|title=MAX}}&lt;br /&gt;
* {{Link|target=keyword/AVG|title=AVG}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links hierher ==&lt;br /&gt;
{{WhatLinksHere}}&lt;br /&gt;
&amp;lt;pdf page=&amp;#039;31&amp;#039;&amp;gt;4-RelationaleDatenbankspracheSQL.pdf&amp;lt;/pdf&amp;gt;&lt;br /&gt;
= Meta =&lt;br /&gt;
{{Slide&lt;br /&gt;
|qkey=SQL-31&lt;br /&gt;
|pkey=SQL&lt;br /&gt;
|basename=4-RelationaleDatenbankspracheSQL.pptx&lt;br /&gt;
|page=31&lt;br /&gt;
|pdf_page=31&lt;br /&gt;
|name=SQL_Aggregate_Functions&lt;br /&gt;
|title=Aggregatfunktionen in SQL&lt;br /&gt;
|keywords=SQL, SQL Syntax, SELECT, FROM, WHERE, SUM, DISTINCT, COUNT, MIN, MAX, AVG&lt;br /&gt;
|links=&lt;br /&gt;
|literature=&lt;br /&gt;
|learningGoal=lg/SQL-ReportAndModify-AggregateFunctions&lt;br /&gt;
|storemode=property&lt;br /&gt;
}}&lt;br /&gt;
= Text =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Aggregatfunktionen in SQL&lt;br /&gt;
Die Funktionen •COUNT•, •MIN•, •MAX•, •SUM•, und •AVG• können auf eine Menge von Werten angewandt werden, die als Spalte einer Relation oder Teilrelation gegeben ist. Nur bei Verwendung von •DISTINCT• werden vorher Duplikate eliminiert (normalerweise ist das bei Statistik-Anwendungen nicht erwünscht).•Zusätzlich werden •STDDEV• (Standardabweichung) und •VARIANCE• angeboten.•Beispiel:•		•SELECT SUM •([•DISTINCT•] &amp;lt;Attributname&amp;gt;) •		•FROM• …•WHERE• …•Beachte:•COUNT(*) •oder •COUNT•(&amp;lt;Attributname&amp;gt;) liefert die Anzahl der Tupel in einer Relation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
</feed>