Dies ist eine alte Version des Dokuments!


LU04.A01 - SQL : DQL commands

  • Work type: individual
  • Means of aid:
  • Timeframe: 1 Minutes
  • Expected result: Sementically and syntactically SQL statements according to the requirements of the case studies. The resultset match the specified template.

Go to the W3-Schools SQL Editore and develop DQL commands to the following requirements

a) A adress-list of the customers with the columns in this order: CustomerName, Adress, PostalCode, Country, ordered by the the Country ascending.

Select CustomerName, Address, PostalCode, Country
from customers
order by country;

b)

English German
respectively beziehungsweise

Volkan Demir

  • modul/m290/learningunits/lu04/aufgaben/a01.1725019105.txt.gz
  • Zuletzt geändert: 2024/08/30 13:58
  • von vdemir