Question d’entretien chez Infosys

What is the difference between Drop and Delete commands in SQL ?

Réponse à la question d'entretien

Utilisateur anonyme

12 nov. 2024

'Drop' command deletes an existing table completely whereas 'Delete; command is used to remove specific rows based on conditions. It maintains the structure of the table.