What is the purpose of a data macro, and how is it different from other macros?
What will be an ideal response?
The purpose of a Data macro is to have the ability to implement business logic into the tables of the database. Becausethey are associated with tables, the logic is available for any other database object that uses the table,such as queries, forms, or reports. Data macros are not stored in the Navigation Pane and cannot be used in other macros.
Computer Science & Information Technology
You might also like to view...
What is the terminating condition and stopping case of the factorial function?
a) if (n = 1) return n; b) if (n >0) return 1; c) if (n != 1) return 1; d) if (n <= 0) return 1;
Computer Science & Information Technology
CSS box model
What will be an ideal response?
Computer Science & Information Technology