what is differnece between DROP TABLE & DELETE TABLE .
Answer Posted / siri
Drop : Drop table command it will remove table structure of the data base.....we can't rollback...
SYNTAX :- DROP TABLE TABLE-NAME..
DELETE : Delete table command it will delete rows from the table...for example i want delete empname in employee table i will write the query is.....
SYNTAX :- DELETE EMPNAME FROM EMPLOYEE
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between db2 and oracle?
Is db2 relational database?
What are concurrency issues?
What is the max length of sqlca?
How will you return the number of records in table?
What is bind plan?
Can we insert update delete in view?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
Which component is used to execute the sql statements?
What is a storage group (stogroup)?
What is meant by explain?
List out the three types of page locks that can be held.
How many types of page locks can be held in db2?
What are the different types of base tables?
How to resolve deadlock issue