New & Ancient Temples - India
List of famous temples of India (with distance from top 4 metro cities)
@kaggle.kkhandekar_new_ancient_temples_india
List of famous temples of India (with distance from top 4 metro cities)
@kaggle.kkhandekar_new_ancient_temples_india
A list of new and ancient temples in India. This list contains
Note: Regarding the distance, I only chose the top 4 metro cities (by population) in India. Please feel free to add any other city of your choice.
CREATE TABLE newancienttemples (
"templename" VARCHAR,
"description" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"distancefrommumbai_km" DOUBLE -- DistanceFromMumbai(Km),
"distancefromnewdelhi_km" DOUBLE -- DistanceFromNewDelhi(Km),
"distancefromchennai_km" DOUBLE -- DistanceFromChennai(Km),
"distancefromkolkata_km" DOUBLE -- DistanceFromKolkata(Km)
);Anyone who has the link will be able to view this.