Question: 1 . Client: I m trying to understand how all this will work how the app and the database will work together. Where will you

1. Client:
Im trying to understand how all this will workhow the app and the database will work together. Where will you get the information for the database?
You:
This data is specific to your company, so its called
Select
data. Your customers will enter their personal information when they create their accounts. Then sales transactions will continue to add data about each customer over time.
Youre developing a customer loyalty app for a small chain of retail stores. The app will need a backend database to maintain customer information. While designing the app, youre conducting a planning meeting with your client to determine the scope of the project and resolve questions she has about the project.
2. Client:
That sounds like a lot of data. Wont the database get too big to find information quickly?
You:
Good question. We can build in a(n)
Select
or two to help speed up queries. It will take up a bit more space, but will greatly increase efficiency for user interactions.
Youre developing a customer loyalty app for a small chain of retail stores. The app will need a backend database to maintain customer information. While designing the app, youre conducting a planning meeting with your client to determine the scope of the project and resolve questions she has about the project.
3. Client:
I suppose users include customers and employees. Will they all see the same information about each account?
You:
No, well design separate
Select
for each type of user so the user gets exactly the needed information and nothing more. This is especially important when considering customer privacy.
The first step in database design is defining a data model, which determines how data is created, represented, organized, and maintained. The data model usually defines the databases data structure, operations, and integrity rules.
4. Identify the data model used in each scenario.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!