Baselight

Zomato Database

A centralized repository of information for seamless food delivery operations

@kaggle.anas123siddiqui_zomato_database

Users
@kaggle.anas123siddiqui_zomato_database.users

  • 4.39 MB
  • 100000 rows
  • 12 columns
unnamed_0

Unnamed: 0

user_id

User Id

name

Name

email

Email

password

Password

age

Age

gender

Gender

marital_status

Marital Status

occupation

Occupation

monthly_income

Monthly Income

educational_qualifications

Educational Qualifications

family_size

Family Size

1Claire Fergusonfordanthony@example.netNKz0fWDh!520FemaleSingleStudentNo IncomePost Graduate4
12Jennifer Youngann96@example.com+i5Q91jt!s24FemaleSingleStudentBelow Rs.10000Graduate3
23Jermaine Robersonuwalker@example.orgeO4GqGusF(22MaleSingleStudentBelow Rs.10000Post Graduate3
34Rachel Carpenterkimberlypatterson@example.netd^c7O6odaS22FemaleSingleStudentNo IncomeGraduate6
45Shawn Parkerdaniellebennett@example.com8J#E5RMl1o22MaleSingleStudentBelow Rs.10000Post Graduate4
56Timothy Clarkbrettsantana@example.comqOJ0NA0Y$427FemaleMarriedEmployeeMore than 50000Post Graduate2
67Alexander Lucassusan58@example.org(^+21Yv3Uv22MaleSingleStudentNo IncomeGraduate3
78Christopher Currybrookesmith@example.net^+5fP5zm(L24FemaleSingleStudentNo IncomePost Graduate3
89Daniel Mercadoimyers@example.come$DJ2tRoJ#23FemaleSingleStudentNo IncomePost Graduate2
910Tony Lawrencelwelch@example.com&3emIjZp#O23FemaleSingleStudentNo IncomePost Graduate4

CREATE TABLE users (
  "unnamed_0" BIGINT,
  "user_id" BIGINT,
  "name" VARCHAR,
  "email" VARCHAR,
  "password" VARCHAR,
  "age" BIGINT,
  "gender" VARCHAR,
  "marital_status" VARCHAR,
  "occupation" VARCHAR,
  "monthly_income" VARCHAR,
  "educational_qualifications" VARCHAR,
  "family_size" BIGINT
);

Share link

Anyone who has the link will be able to view this.