Dies ist eine alte Version des Dokuments!


LU04.A04 - SQL-DQL: Selects with Aggregate Functions

  • Work type: individual
  • Timeframe: 20 Minutes
  • Means of aid:
  • Expected result: Semantically and syntactically correct SQL statements according to the requirements of the case studies.

The following ERD describes a order database for a a shop.

ERD eines Shops

The general assignment is to develop DQL commands that matches the requirements below:

We want to know which of our products is actually the cheapest one.

SELECT max(price{{:modul:m290:learningunits:lu04:aufgaben:screenshot_2024-09-03_143510.png?600|}})
FROM Products;

What is the lowest price of the prod …

English German

Volkan Demir

  • modul/m290/learningunits/lu04/aufgaben/a04.1725452710.txt.gz
  • Zuletzt geändert: 2024/09/04 14:25
  • von vdemir