Spaces:
Sleeping
Sleeping
{"kpis": "hotel_id", "description": "A unique identifier assigned to each hotel. This ID helps in maintaining a distinct record for each hotel and acts as a primary key. It's also used for referencing in other tables like Rooms."} | |
{"kpis": "hotel_name", "description": "The official name of the hotel. This column provides users with the name of the hotel they are booking or viewing. It aids in branding and recognition."} | |
{"kpis": "location", "description": "Represents the city or area where the hotel is situated. This field helps users in filtering hotels based on their preferred destination."} | |
{"kpis": "rating", "description": "Represents the average rating of the hotel, based on user reviews. Users often sort or filter hotels based on ratings to ensure they get the best experience. A higher rating usually indicates better customer satisfaction."} | |
{"kpis": "reservation_id", "description": "A unique identifier for each reservation made on the platform. This ID ensures that each booking is distinct and can be referenced for any customer queries or modifications."} | |
{"kpis": "user_id", "description": "A reference to a user from the Users table who made the reservation. Establishes which user made a specific booking, aiding in personalized user experiences and support."} | |
{"kpis": "room_id", "description": "Refers to a specific room type in a hotel from the Rooms table. Ensures that the booking corresponds to a specific type of room in a particular hotel."} | |
{"kpis": "start_date", "description": "Indicates the beginning date of the reservation. Helps in determining room availability and the user's stay period."} | |
{"kpis": "end_date", "description": "Marks the termination date of the reservation. Assists in room inventory management and billing."} | |
{"kpis": "room_id", "description": "A unique identifier for a specific room type in a hotel. This ID ensures that each room type in a hotel has a unique representation. It also plays a role in making reservations."} | |
{"kpis": "hotel_id", "description": "An identifier that references a hotel from the Hotels table. This foreign key establishes a link between the room and its respective hotel, ensuring that rooms are correctly mapped to hotels."} | |
{"kpis": "room_type", "description": "Categorizes rooms based on their features and amenities, e.g., Deluxe, Suite, etc. Users can choose a room based on their preferences, like a suite for luxurious stays or deluxe for standard ones."} | |
{"kpis": "price_per_night", "description": "Indicates the cost of booking the room for one night. Helps users in understanding the pricing and aids in budget planning."} | |
{"kpis": "availability", "description": "Specifies the number of such rooms available for booking. Ensures that overbooking doesn't occur and informs users about room scarcity."} | |
{"kpis": "customer_id", "description": "A unique identifier for each customer. Used for referencing customers in queries and transactions."} | |
{"kpis": "name", "description": "The full name of the customer. Used for personalizing customer interactions."} | |
{"kpis": "contact_details", "description": "Contact information of the customer, including phone number and email. Used for communication with the customer."} | |
{"kpis": "preferences", "description": "Stored preferences of the customer, such as room type and amenities. Used for tailoring recommendations and services to the customer."} | |
{"kpis": "hotel_id", "description": "A unique identifier for each hotel. Used for linking amenities to specific hotels."} | |
{"kpis": "amenity_type", "description": "The type of amenity offered, such as gym, pool, or spa. Used for filtering and listing amenities."} | |
{"kpis": "availability", "description": "Indicates whether the amenity is currently available. Used for real-time amenity status updates."} | |
{"kpis": "review_id", "description": "A unique identifier for each review. Used for referencing individual reviews."} | |
{"kpis": "customer_id", "description": "The customer who provided the review. Used for linking reviews to customers."} | |
{"kpis": "hotel_id", "description": "The hotel that the review pertains to. Used for aggregating reviews by hotel."} | |
{"kpis": "rating", "description": "The rating given by the customer, usually on a scale from 1 to 5. Used for calculating the average rating of hotels."} | |
{"kpis": "comments", "description": "Textual feedback provided by the customer. Used for qualitative analysis of customer satisfaction."} | |
{"kpis": "payment_id", "description": "A unique identifier for each payment transaction. Used for tracking and auditing payments."} | |
{"kpis": "customer_id", "description": "The customer who made the payment. Used for linking payments to customers."} | |
{"kpis": "amount", "description": "The amount of the payment transaction. Used for financial reporting and auditing."} | |
{"kpis": "status", "description": "The status of the payment, such as successful, pending, or failed. Used for real-time payment status tracking."} | |
{"kpis": "payment_method", "description": "The method used for payment, such as credit card or PayPal. Used for analytics and reporting."} | |
{"kpis": "discount_code", "description": "A unique code representing each discount. Used for applying discounts during payment."} | |
{"kpis": "description", "description": "A brief description of the discount. Used for informing customers about the discount."} | |
{"kpis": "eligibility", "description": "Criteria for eligibility, such as military personnel or membership status. Used for verifying discount eligibility."} | |
{"kpis": "expiry_date", "description": "The date on which the discount expires. Used for discount lifecycle management."} | |
{"kpis": "staff_id", "description": "A unique identifier for each staff member. Used for managing staff records."} | |
{"kpis": "name", "description": "The full name of the staff member. Used for identification and communication."} | |
{"kpis": "role", "description": "The role or position of the staff member. Used for assigning tasks and responsibilities."} | |
{"kpis": "contact_details", "description": "Contact information of the staff member. Used for internal communication."} | |
{"kpis": "work_schedule", "description": "The work schedule or shifts of the staff member. Used for staff management and scheduling."} | |
{"kpis": "event_id", "description": "A unique identifier for each event. Used for event management and ticketing."} | |
{"kpis": "hotel_id", "description": "The hotel where the event is hosted. Used for linking events to specific hotels."} | |
{"kpis": "event_type", "description": "The type of event, such as wedding, conference, or show. Used for categorizing and filtering events."} | |
{"kpis": "availability", "description": "Indicates whether tickets for the event are available. Used for real-time ticketing updates."} | |
{"kpis": "date", "description": "The date on which the event is scheduled. Used for event planning and scheduling."} | |
{"kpis": "flight_id", "description": "A unique identifier for each flight. Used for flight management and tracking."} | |
{"kpis": "airline", "description": "The airline operating the flight. Used for identifying the airline and its routes."} | |
{"kpis": "departure_airport", "description": "The airport from which the flight departs. Used for departure location information."} | |
{"kpis": "arrival_airport", "description": "The airport to which the flight arrives. Used for arrival location information."} | |
{"kpis": "departure_time", "description": "The scheduled departure time of the flight. Used for flight scheduling and planning."} | |
{"kpis": "arrival_time", "description": "The scheduled arrival time of the flight. Used for flight scheduling and planning."} | |
{"kpis": "seat_capacity", "description": "The total capacity of seats available on the flight. Used for seat allocation and booking."} | |
{"kpis": "remaining_seats", "description": "The number of seats still available for booking on the flight. Used for real-time seat availability updates."} | |