You use the ____________________ command to remove rows from a table.

Fill in the blank(s) with the appropriate word(s).


DELETE

Computer Science & Information Technology

You might also like to view...

Which would be the correct way to instantiate a containerClass object in your main program?

template class containerClass { public: containerClass(); containerClass(int newMaxSize); containerClass(const containerClass& source); ~containerClass(); T getItem(); int getCount(); int getSize(); void addItem(T item); private: T *container; int maxSize, count; }; a. containerClass myContainer; b. containerClass myContainer; c. containerClass myContainer; d. containerClass myContainer

Computer Science & Information Technology

________ is an Excel add-in that is a powerful tool used for data analysis and to create data models

A) Power Pivot B) Power View C) PivotChart D) Inquire

Computer Science & Information Technology

Which ports would be common on a KVM switch?

A) DB9, PS/2, DB25 B) PS/2, DVI, DB9 C) HDMI, DVI, VGA D) PS/2, VGA, USB

Computer Science & Information Technology

A __________ is a computer that connects to, or requests services from, another computer

a.client b.node c.server d.workgroup

Computer Science & Information Technology