Test de prérequis - MySQL Prise en main et Administration

Quiz background
Score actuel : 0
Question 1 / 10

Quelle commande SQL permet de selectionner toutes les données d'une table ?

INSERT INTO table
SELECT * FROM table
DELETE * FROM table
UPDATE table