In: Computer Science
You are asked to develop a database for your city. Which of the following statements are appropriate?
You look for a database that offers transaction processing for municipal data | ||
Your application should most likely be based on a general purpose database management system, and the meta data specific to your application will be stored in much the same way as the data | ||
If you can find a vendor for an application that is specific to your needs, such an application will likely have a standard database management system as backend | ||
If geographic information is to be accessed and used through the database you may need a geographic information system (GIS) as part of your application | ||
You should use generic table names because all application-specific information should be stored in the middleware, outside the database system |
The appropriate options that are
1. Your application should most likely be based on a general
purpose database management system, and the meta data specific to
your application will be stored in much the same way as the
data
2.If geographic information is to be accessed and used through the
database you may need a geographic information system (GIS) as part
of your application
3. You should use generic table names because all
application-specific information should be stored in the
middleware, outside the database system