Given this SQL statement, match the question with the correct answer: SELECT Contribution.SSN, Contribution.PayDate, Contribution.GrossPay, Contribution.[401KEmployee], Contribution.[401KMatch], Contribution.[401KTotal] INTO Archive FROM Contribution WHERE (((Contribution.SSN)="456667778")) ORDER BY Contribution.PayDate.I.How many fields will be involved?II.Where are these fields coming from?III.What is the name of the new table?IV.What are the criteria being applied?V.How are the records being sorted?A.PaydateB.ContributionC.ArchiveD.SixE.(((Contribution.SSN)="456667778"))

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


D, B, C, E, A

Computer Science & Information Technology

You might also like to view...

Which is not a StringBuilder method?

a) Insert b) Add c) Replace d) ReplaceAll e) b and d

Computer Science & Information Technology

Discuss the rules Java follows when evaluating expressions.

What will be an ideal response?

Computer Science & Information Technology

Email is a ________ form of online communication.

a. private b. real-time c. store-and-forward d. synchronous

Computer Science & Information Technology

Which of the following data mining techniquesuses a specialized set of algorithms that sorts through data and forms statistical rules about relationships among the items?

a. Neural computing b. Association analysis c. Case-based reasoning d. Drill-down analysis

Computer Science & Information Technology