Correct A Temp View is scoped to the SparkSession and dropped when that session closes. Each notebook runs in its own SparkSession. The Global Temp View is scoped to the cluster and dropped when the cluster re-starts or you drop it.
----------------------------------------------------------------------
TEMPORARY
TEMPORARY views are visible only to the session that created them and are dropped when the session ends.
GLOBAL TEMPORARY
Applies to: check marked yes Databricks Runtime
GLOBAL TEMPORARY views are tied to a system preserved temporary schema global_temp.
https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-view.html