In Oracle, I create schemas and tables and link tables together via the primary/foreign key to do SQL queries.
In Databricks, I notice that I can create tables, but how do I link tables together for querying? Does Databricks queries need the key in the table columns just like Oracle to query for data?