Describe three reasons to use the Database Documenter tool
What will be an ideal response?
It can document information about database fields. It can document information about relationships between tables. It can list properties for database objects such as tables and reports.
Computer Science & Information Technology
You might also like to view...
A zero length string is another way to record null for a field by typing an open and closed parenthesis with nothing in between
Indicate whether the statement is true or false
Computer Science & Information Technology
How many times will the following loop display "Looping!"?
for (int i = 20; i > 0; i--) cout << "Looping!" << endl; a. 20 b. 19 c. 21 d. an infinite number of times
Computer Science & Information Technology