<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://cgd.zum.de/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://cgd.zum.de/index.php?action=history&amp;feed=atom&amp;title=SQL_-_Tabellen_l%C3%B6schen</id>
		<title>SQL - Tabellen löschen - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://cgd.zum.de/index.php?action=history&amp;feed=atom&amp;title=SQL_-_Tabellen_l%C3%B6schen"/>
		<link rel="alternate" type="text/html" href="https://cgd.zum.de/index.php?title=SQL_-_Tabellen_l%C3%B6schen&amp;action=history"/>
		<updated>2026-07-13T18:44:55Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in ComeniusWiki</subtitle>
		<generator>MediaWiki 1.21.2</generator>

	<entry>
		<id>https://cgd.zum.de/index.php?title=SQL_-_Tabellen_l%C3%B6schen&amp;diff=2762&amp;oldid=prev</id>
		<title>F59Fuchs: Die Seite wurde neu angelegt: „Der DROPTABLE - Befehl ermöglicht es, eine vorhandene Tabelle mit all ihren Datensätze zu löschen.  &lt;u&gt;Allgemein:&lt;/u&gt;&lt;br&gt;  &lt;syntaxhighlight lang=&quot;sql&quot;&gt; DROP…“</title>
		<link rel="alternate" type="text/html" href="https://cgd.zum.de/index.php?title=SQL_-_Tabellen_l%C3%B6schen&amp;diff=2762&amp;oldid=prev"/>
				<updated>2014-05-01T12:29:18Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Der DROPTABLE - Befehl ermöglicht es, eine vorhandene Tabelle mit all ihren Datensätze zu löschen.  &amp;lt;u&amp;gt;Allgemein:&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt; DROP…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Der DROPTABLE - Befehl ermöglicht es, eine vorhandene Tabelle mit all ihren Datensätze zu löschen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Allgemein:&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
DROP TABLE &amp;lt;Tabellenname&amp;gt;;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Beispiel:&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
DROP TABLE LEHRER;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beachte: Eine gelöschte Tabelle kann nicht wiederhergestellt werden!&lt;/div&gt;</summary>
		<author><name>F59Fuchs</name></author>	</entry>

	</feed>