Which of the following is NOT true about creating new databases?
A) When you create a new database, you can design it yourself starting with an empty database.
B) You can use a template; however, you need to create your own forms and reports.
C) If you design your own database, you develop the tables, fields, and the relationships between the tables.
D) If you build your own database, you need to decide what information you want to keep in your database, how this information should be grouped into tables, what relationships you need, and what queries and reports you need.
B
You might also like to view...
In the fragment below, what is the minimum size of result required for successful and valid concatenation of "double " and "trouble"?
``` strcpy(result, "double"); strcat(result, "trouble"); ``` a. 10 b. 13 c. 14 d. 15 e. none of the above
Many actions require additional information, called the arguments of the action.
Answer the following statement true (T) or false (F)