Question d’entretien chez Miles IT

Write a basic SQL query to select everything from one table.

Réponse à la question d'entretien

Utilisateur anonyme

6 août 2016

SELECT * FROM tablename.

1