A software development team is designing a database for an e-commerce platform. During which step would they determine the relationships between the products, customers, and order tables?
- Database Design
- Implementation
- Requirements Analysis
- Testing
Determining the relationships between tables, such as products, customers, and orders, is a part of the database design phase. It involves defining the schema and structure of the database.
Loading...
Related Quiz
- A team is developing a real-time gaming application. During which type of testing would they assess the application's responsiveness and stability under peak user load?
- What is the primary goal of software patch management?
- The _____ SOLID principle emphasizes that high-level modules should not depend on low-level modules, but they should depend on abstractions.
- _____ testing is more suitable for tasks that require repeated execution, while _____ testing is often more suitable for exploratory or usability testing.
- Which of the following best describes the process of Test-Driven Development (TDD)?