Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
On analyse les produits fournis par le fournisseur 13. Quelles requêtes affichent correctement ces produits ?
SELECT * FROM Produits WHERE FournisseurID = 13;
SELECT ProduitID FROM Produits;
SELECT * FROM Fournisseurs WHERE FournisseurID = 13;
SELECT DISTINCT NomProduit FROM Produits WHERE FournisseurID = 13;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!