Friends TV Show: All Seasons And Episodes Data
The One with All the Data
@kaggle.ruchi798_friends_tv_show_all_seasons_and_episodes_data
The One with All the Data
@kaggle.ruchi798_friends_tv_show_all_seasons_and_episodes_data
CREATE TABLE friends_info (
"date" TIMESTAMP,
"episode" VARCHAR,
"title" VARCHAR,
"directed_by" VARCHAR,
"written_by" VARCHAR,
"duration" DOUBLE,
"summary" VARCHAR,
"rating_share" VARCHAR,
"u_s_viewers" VARCHAR,
"prod_code" VARCHAR
);
Anyone who has the link will be able to view this.