Dies ist eine alte Version des Dokuments!


LU04a - Syntax of DML

As we know, SQL*„ stands for Structured Query L**anguage. Consequently, It should come as no surprise that SQL is indeed consistently structured.

Every SQL query contains the three main commands select, from and where. With select you specify which columns you want to have output; with from you specify the table from which the columns originate; with where you specify the condition under which the data records are selected. Where does not have to occur if there is no condition.

English German

Volkan Demir

  • modul/m290/learningunits/lu04/theorie/a_syntax.1725003555.txt.gz
  • Zuletzt geändert: 2024/08/30 09:39
  • von vdemir