When groups need to use a database in different ways, you can ________
A) place the forms in one file, and create separate tables
B) create several copies of the database
C) create separate tables within the same database
D) place the tables in one file, and create separate applications to work with the tables
D
Computer Science & Information Technology
You might also like to view...
Exception handling requires that you write code to handle ________.
a) all types of errors b) only errors that could occur in your code c) a few of the most common errors d) only those errors you choose to handle e) Both b and c.
Computer Science & Information Technology
After the app is terminated, what happens to the data stored within the SQLite database?
A. It erases. B. It pauses. C. It is transferred to another location. D. It persists.
Computer Science & Information Technology