From 3509f39812f21124e82f6ecffd422ff0f4ca7f52 Mon Sep 17 00:00:00 2001 From: novica Date: Wed, 11 May 2022 19:46:46 +0200 Subject: [PATCH] Update 00-sql-introduction.md As discussed in issue #332 --- episodes/00-sql-introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/00-sql-introduction.md b/episodes/00-sql-introduction.md index eb08afc4..0deaf0fe 100644 --- a/episodes/00-sql-introduction.md +++ b/episodes/00-sql-introduction.md @@ -133,8 +133,8 @@ file from the Portal Project dataset that we downloaded during You can see the tables in the database by looking at the left hand side of the screen under Database Structure tab. Here you will see a list under "Tables." Each item listed here corresponds to one of the `csv` files -we were exploring earlier. To see the contents of any table, click on it, and -then click the “Browse Data” tab next to the "Database Structure" tab. This will +we were exploring earlier. To see the contents of any table, right-click on it, and +then click the “Browse Table” from the menu, or select the “Browse Data” tab next to the "Database Structure" tab and select the wanted table from the dropdown named “Table”. This will give us a view that we're used to - a copy of the table. Hopefully this helps to show that a database is, in some sense, just a collection of tables, where there's some value in the tables that allows them to be connected to each