Which of the following is NOT true regarding simple delete queries?
A) The number of rows deleted is dependent upon the criteria within the Having clause of the delete query.
B) A simple delete query is used to remove one or more records from a table or another query.
C) Typically, you use delete queries when you need to remove large amounts of data quickly.
D) If you want to remove a very small number of records, you may want to simply delete them by hand.
A
You might also like to view...
Spry framework is open source code developed by ____ to help designers quickly incorporate dynamic content on their web pages.
A. Adobe Systems B. Microsoft C. Apple D. Logitech
What year was the C language standardized by ANSI?
A. 197 B. 1989 C. 1988 D. 1990
Passwords can be hashed using the ________ algorithm.
a) 3DES b) DES c) MD4 d) all of the above
You would like to conduct a survey and ask your web page visitors to indicate the computer operating systems that they use. Each visitor could use more than one computer operating system. Select the form control that is best to use for this purpose
a. check box b. radio button c. text box d. scrolling text box