Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . user file: - user _ id ( primary key ) - name - email - phone _ number - password - user _

1. user file:
- user_id (primary key)
- name
- email
- phone_number
- password
- user_type (Client/Admin)
2. Appointments file:
- appointment_id (primary key)
- user_id (foreign key)//need to match with those in the user file
- service_type (manicure, pedicure, hair, beauty treatment)
- appointment_date
- appointment_time
3. Services file:
- service_id (primary key)
- service_name
- service_type (manicure, pedicure, hair, beauty treatment)
- price
4. Notifications table:
- notification_id (primary key)
- notification_type (e.g., upcoming appointment)
- notification_message
- notification_date
- is_read
note: please provide the following number of each:
-25+ users (5 must have the user_type="Admin")
-10+ appointments
-10+ servises for each servide_type
-30+ notifications to users
-15+ notifications to admins
*can you please have this done by latest tuesday night*

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions