Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2026 06:25 PM
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?