What is the difference between deleting everything from a table and dropping a table?

What will be an ideal response?


When everything is deleted from a table, the table is still present in the database but it is empty. Records can
be inserted into the table. When a table is dropped, not only is its data removed, but the table itself is removed. Records can
not be inserted into a dropped table.

Computer Science & Information Technology

You might also like to view...

You can use the Java method ______________ from the Color class to change the drawing color.

a. changeColor b. getColor c. setColor d. useColor

Computer Science & Information Technology

Since data macros are connected to tables, they can be attached to events in a form.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Adjustments panel is grouped with the Masks panel, and allows you to apply _____ preset adjustment levels.

A. 10 B. 12 C. 16 D. 18

Computer Science & Information Technology

Which of these is not a characteristic of display screen output?

A) available on a more flexible schedule B) can be more targeted to the user C) can be changed through direct interaction D) ephemeral E) portable

Computer Science & Information Technology