what is differnece between DROP TABLE & DELETE TABLE .

Answer Posted / santy

DROP TABLe deletes the entire Structure of the TABLE from
the database with all the datas it contain, DELETE TABLE
deletes only the rows of the TABLE.

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between using bind () and rebind () methods of naming class?

796


what is db2 restart?

1695


What is drop table?

584


What are db2 tables?

649


What is a db2 collection?

609






i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?

2049


Is db2 free?

684


How to fetch the last row from the table in SQL (db2)?

1043


What is access path in db2?

566


How do you simulate the explain of an embedded sql statement in spufi/qmf?

637


What is bufferpool in db2?

580


How do you find the maximum value in a column in db2?

652


How to run db2 command in windows?

654


What is load replace in db2?

562


Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....

1899