Match the following recommendations with the appropriate commands or queries:I.Perform this before running an action query.II.Do this very carefully.III.Use this to help find redundant data.IV.Be aware that this is true of all action queries.V.Doing this will delete an existing table.A.Create and run a Find duplicates query.B.Run a Make table queryC.Run an Update query a second time.D.They cannot be undone.E.Backup database

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

E, C, A, D, B

Computer Science & Information Technology

You might also like to view...

To view a Web page in full screen view, you use the Open Screen option on the View menu.

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

Computer Science & Information Technology

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

a) To refer to a particular location or element within an array, we specify the name of the array and the value of the particular element. b) An array declaration reserves space for the array. c) To indicate that 100 locations should be reserved for integer array p, you write the declaration d) An application that initializes the elements of a 15-element array to zero must contain at least one for statement. e) An application that totals the elements of a two-dimensional array must contain nested for statements.

Computer Science & Information Technology