Respuesta :
The general types of queries that the database should be able to support should be decided upon during the logical design phase of the database design process.
What is the logical design phase?
- This is an important phase since the queries will determine the structure and operation of the database.
- The needs for the database are identified and its structure is designed during the logical design stage. The construction of tables, fields, indexes, and relationships may be part of this. Additionally, the queries that will be used to communicate with the database are chosen. Depending on the application and the database's goal, these queries will change.
- The queries should also be planned to enhance the database's performance. The phase of physical design can start once the queries have been resolved. Here, the storage architecture, access strategies, and security controls for the database are further honed.
- The database can be implemented once the logical and physical design processes have been finished.
To learn more about The logical design phase refer to:
https://brainly.com/question/17216999
#SPJ4