What is the difference betwen drop and delete command in sql database
By Delete command in Sql you can only delete the data but schema remains there only.
By schema I mean the structure or Skeleton.
And with the Drop command, both schema and data are removed.