Database report Flashcards
oral exam revision (64 cards)
What is the core business problem faced by Gelatiee?
Excessive waste of gelato due to a lack of real-time visibility into operations and disconnect between shop activities and management decisions.
What is the primary goal of the information system being developed for Gelatiee?
To create a relational database system that monitors stock levels, identifies near-expiration products, logs dropped scoops, tracks expired products, and aids in data-driven decisions.
Why is a database system preferred over spreadsheets for Gelatiee?
A database system supports scalability, structured data storage, and complex insights extraction via queries.
What are some complementary assets necessary for the database system to be effective?
- Managerial support
- Adjusted organizational processes
- Employee training
True or False: The database system directly targets customer intimacy as its main goal.
False
How does the database system contribute to customer experience at Gelatiee?
By identifying near-expiration products for discounts and providing data on best-selling flavors for employee recommendations.
What is the role of the Employee (Server) in the database system?
To log waste, check for near-expiry products, and provide accurate billing and recommendations to customers.
Fill in the blank: The store manager uses the system to track total sales made by __________.
[employees]
What does the Inventory Manager need to monitor regarding waste?
To track waste volume in liters, ensure accurate stock levels, and adjust ordering based on waste data.
What are the central entities in Gelatiee’s database design?
- PRODUCTS
- EMPLOYEE
- RECEIPT
- RECEIPTLINE
What type of relationships are primarily implemented in Gelatiee’s database model?
1:N relationships.
What does the WASTELOG entity document?
Product loss, including the amount wasted, reason, and responsible employee.
As a customer, what does Sofie value when choosing a gelato shop?
- Discounts on near-expiry gelato
- Knowledgeable staff
- Sustainability efforts
True or False: The database system allows employees to log dropped scoops without any training.
False
What is one of the key challenges in the database system for Gelatiee?
Reliance on staff input for logging dropped scoops and expired products.
How does Gelatiee ensure that waste-logging is easy for employees?
By aligning waste-logging with existing daily routines.
What is the importance of the database in achieving operational excellence for Gelatiee?
It helps minimize waste, optimize restocking, and train staff based on data.
What kind of training is essential for employees in relation to the database system?
Training on the importance of the system and how to use it correctly.
List some user stories from the perspective of a Store Manager.
- Discount near-expiry products automatically
- Monitor waste caused by employees
- Track total sales and waste correlation
- View total waste due to expiry in liters
What does the database system provide to the Store Manager for decision-making?
Quick, data-informed insights to reduce waste and enhance operations.
Fill in the blank: The __________ allows for quick adjustments to stock orders based on waste data.
[inventory manager]
What is the primary relationship pattern implemented in the data model?
1:N relationship patterns
Example: One employee can issue many receipts, and each receipt can include multiple receipt lines.
What is the purpose of the RECIEPTLINE entity?
To maintain data normalization and avoid redundancy in many-to-many relationships.
What types of primary keys were defined for each entity?
Unique IDs, such as P_ID for products and R_ID for receipts.