SQL
Fragen für die SQL-Klausur Q2.2
Created Date
06.21.22
Last Updated
06.22.22
Viewed 6 Times
Create multiple-choice games on Wisc-Online and play them on our Chakalaka mobile app!
But that's not all! Explore educational games created by others. Simply search by category or enter agame code number and dive into a world of learning and fun.
Download the Chakalaka mobile app here:
Topics of this game:
-
Was ist ein Attribut?
-
Was ist ein Datensatz?
-
Wofür steht die Abkürzung ER?
-
Welche Eigenschaft hat ein Primärschlüssel?
-
Welche Eigenschaft hat ein Fremdschlüssel?
-
Was ist eine Redundanz?
-
Was behebt die Normalisierung NICHT?
-
Wer bekommt den Fremdschlüssel in einer 1:n Beziehung?
-
Wer bekommt den Fremdschlüssel in einer 1:1 Beziehung ?
-
Wer bekommt den Fremdschlüssel in einer m:n-Beziehung?
-
Was macht SELECT * FROM moebel WHERE id=5?
-
Was macht
SELECT name FROM kunde
WHERE alter =
(SELECT MAX(alter) FROM kunde)
-
SELECT COUNT(ProductID)
FROM Products;
-
SELECT * FROM Customers
WHERE CustomerName LIKE '%a%';
-
SELECT * FROM Customers
WHERE Country IN ('Germany', 'France', 'UK');
User comments are currently unavailable. We apologize for the inconvenience and are working to restore this feature as soon as possible.