Baselight

TV Shows

A full, 3NF database that about current TV Shows (Approximately 160K Shows)

@kaggle.denizbilginn_tv_shows

Status
@kaggle.denizbilginn_tv_shows.status

  • 2.25 KB
  • 6 rows
  • 2 columns
status_id

Status Id

status_name

Status Name

1Ended
2Returning Series
3Canceled
4In Production
5Planned
6Pilot

CREATE TABLE status (
  "status_id" BIGINT,
  "status_name" VARCHAR
);

Share link

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