Question d’entretien chez STI Computer Services

How would you add items to a table in SQL

Réponse à la question d'entretien

Utilisateur anonyme

26 juin 2023

INSERT INTO tablename VALUES (field1, field2, ... , field n);