100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Zusammenfassung Vokabelliste PR3 $3.22
Add to cart

Summary

Zusammenfassung Vokabelliste PR3

 8 views  0 purchase
  • Course
  • Institution

Ergänzung zur Skriptzusammenfassung Vokabelliste für die Inhalte

Preview 1 out of 1  pages

  • March 14, 2021
  • 1
  • 2020/2021
  • Summary
avatar-seller
Tabelle erzeugen CREATE TABLE <Tab> (<Spalte> Datentyp,…, PRIMARY KEY (<Spalte>));
Tabelle/Spalte anzeigen SELECT */<Spalte> FROM <Tab>;
Werte hinzufügen INSERT INTO <Tab> (<Spalte>,…) VALUES (<Wert>,…);
Tupel löschen DELETE FROM <Tab> WHERE <Spalte>=<Wert>
Selektion (Abfragen aller Tupel, die eine (Reihe von ) Eigenschaf/en aufweisen) SELECT */<Spalte> FROM <Tab> WHERE <Suchbedingung> AND <Suchbedingung>…;
Primary Key PRIMARY KEY (<Spalte>,..)
Anordnung der Zeilen (DESC - absteigend; ASC - aufsteigend (voreingestellt)) SELECT <Spalten>,.. FROM <Tab> ORDER BY <Spaltenname o. nummer> DESC/ASC,...;
berechnete Werte SELECT <Spalte>,…,<Spalte n>*Wert AS NEUER_Spalte n FROM <Tab>;
Tabelle auswerten: zählen SELECT COUNT (*/<Spalte) FROM <Tab>;
Tabelle auswerten: summe SELECT SUM (*/<Spalte>) FROM <Tab>;
Abfragen Kreuzverbund (CROSS JOIN) SELECT * FROM <Tab>,<Tab2>; oder <Tab1> CROSS JOIN <Tab2>;
Abfrage Gleichheitsverbund (EQUI JOIN) (geht auch mit >,<, >=, <=) SELECT * FROM <Tab1>,<Tab2> WHERE <Spalte1>=<Spalte2 ; oder <Tab1> JOIN <Tab2> ON <Spalte1> = <Spalte1>;
Unterabfrage IN (in Klammer geschrieben: erstellt Tab mit Attribut N; IN: Werte aus anderer Tabelle mit gleichem Attribut N SELECT <Spalte1> FROM <Tab> WHERE <Spalte2> IN (SELECT <Spalte 2 FROM <Tab2> WHERE <Suchbedingung>;
Unterabfrage EXISTS SELECT <Spalte1> FROM <Tab1> WHERE EXISTS (SELECT <Spalte2> FROM <Tab2> WHERE <Suchbedingung>
Vereinigung der Tupelmengen (SELECT <Spalte1>,… FROM <TabA>) UNION (SELECT <Spalte1>,… FROM <TabB>)
Differenz der Tupelmengen (SELECT * FROM <TabA>) EXCEPT [ALL] CORRESPONDING BY (<Spalte>) (SELECT * FROM <TabB>;
Durchschnitt der Tupelmengen (SELECT * FROM <TabA>) INTERSECT [ALL] CORRESPONDING (SELECT * FROM <TabB>);
Integritätsbedingung Foreign- key FOREIGN KEY (<Spalte>,…) REFERENCES <tab>
Integritätsbedingung Check CHECK (<Suchbedingung>)
Trigger befehle hinzufügen CREATE TRIGGER




doppelte Werte streichen (z.B. nach SELECT) DISTINCT

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller svenja98. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $3.22. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

53340 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$3.22
  • (0)
Add to cart
Added