Schema detection

Based on the tables loaded into DB, is it able to detect the relationship among the tables easily? for example like this:
https://www.w3resource.com/sql-exercises/adventureworks/sql-adventureworks-humanresources-schema.php

Hi @TAN
Metabase will automatically try to link tables based on primary/foreign key relationship. If your database structure doesn't have that, then you'll need to manually set it in Admin > Data Model.
https://www.metabase.com/docs/latest/data-modeling/metadata-editing

Yes, those primary keys and foreign keys are there in those tables, but the question is how and where do I see the relationship among those tables, as what the link I provided show.

@TAN Metabase does not have an ERD view:
https://github.com/metabase/metabase/issues/25956 - upvote by clicking :+1: on the first post