Can anyone tell me the difference between the delete and drop command in sql or oracle..as both commands are used to delete the objects then what features make them different from each other?Does anyone have any idea about this if yes then please help me..
Thanks a lot
Delete and Drop.?
Started by Patrick, Oct 06 2007 09:14 AM
2 replies to this topic
#1
Posted 06 October 2007 - 09:14 AM
|
|
|
#2
Posted 06 October 2007 - 11:24 AM
DELETE is used for deleting rows in a table, while DROP is used for indexes, tables or databases. The syntax of the DROP-command differs much more from database to database, than with the DELETE-command.
#3
Posted 06 October 2007 - 10:49 PM
Delete command is used mainly to delete data from the rows and the drop command is used to completely drop the structure of the table and thus help in creating free memory space. If anyone can clear it more than please do reply


Sign In
Create Account


Back to top









