Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Ce interogare returnează angajații care nu au un manager (valoare NULL în coloana ManagerID)?
ManagerID
SELECT * FROM Angajati WHERE ManagerID = NULL;
SELECT * FROM Angajati WHERE ManagerID != NULL;
SELECT * FROM Angajati WHERE ManagerID IS NULL;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!