Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Welche der folgenden SQL-Statements sind gültig?
Hinweis: Alle verwendeten Tabellen und Attribute existieren.
SELECT * FROM Autor WHERE AutorID IS NULL;
SELECT * FROM Autor WHERE Geburtsdatum != NULL;
SELECT * FROM Autor WHERE AutorID IS IN (NULL);
SELECT * FROM Autor WHERE NOT Geburtsdatum IS NULL;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!