<?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-35</id>
	<title>Slide/SQL-35 - 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-35"/>
	<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Slide/SQL-35&amp;action=history"/>
	<updated>2026-08-05T22:00:19Z</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-35&amp;diff=377&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-35&amp;diff=377&amp;oldid=prev"/>
		<updated>2023-04-05T07:10:40Z</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;
&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;35&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-35&lt;br /&gt;
|pkey=SQL&lt;br /&gt;
|basename=4-RelationaleDatenbankspracheSQL.pptx&lt;br /&gt;
|page=35&lt;br /&gt;
|pdf_page=35&lt;br /&gt;
|name=SQL-35&lt;br /&gt;
|title=Beispiel: GROUP BY und HAVING&lt;br /&gt;
|keywords=&lt;br /&gt;
|links=&lt;br /&gt;
|literature=&lt;br /&gt;
&lt;br /&gt;
|storemode=property&lt;br /&gt;
}}&lt;br /&gt;
= Text =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Beispiel: GROUP BY und HAVING&lt;br /&gt;
Beispiel: •Gib die Namen aller Lieferanten aus, die mehr als zwei Teile liefern.•		•SELECT LName•		FROM Lieferant•		GROUP BY LName•		HAVING COUNT (*) &amp;gt; 2•‘*’ steht für alle Attribute einer Relation, auf die Bezug genommen wird. •Im Beispiel bezieht es sich auf LName in Lieferant. •COUNT(*) •zählt also die verschiedenen Tupel. •In der •HAVING•-Klausel wird die Bedingung für jede Gruppe unabhängig ausgewertet.&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>