What is the difference between an update query and an append query?
What will be an ideal response?
An append query adds records to an existing table, where an update query is used to update data in a table
Computer Science & Information Technology
You might also like to view...
In pseudocode, the “Repeat … Until” loop is considered a:
a. Pre-condition loop. b. Post condition loop. c. Nested loop d. Sequential loop. e. None of the above.
Computer Science & Information Technology
A main report can also contain a subform instead of a subreport
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following does not comply with the preferred way of using the SUM function?
A) =SUM(A4/A11 ) B) =SUM(A4:A11, B9:E11) C) =SUM(A4, B8, D14 ) D) =SUM(A4:A11)
Computer Science & Information Technology
How do you create a view?
What will be an ideal response?
Computer Science & Information Technology