This website uses cookies to ensure you get the best experience on our website. Privacy Policy OK

SQL

| See more in IT Database

Fragen für die SQL-Klausur Q2.2

AnH
By
Created Date 06.21.22
Last Updated 06.22.22
Viewed 4 Times
Your browser doesn't support HTML5. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String]
submit to reddit

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');