From ad1004ab7007565854e143c93265ad1040e4f057 Mon Sep 17 00:00:00 2001
From: GitHub Actions
Date: Tue, 5 Mar 2024 00:17:07 +0000
Subject: [PATCH] site deploy
Auto-generated via {sandpaper}
Source : a81fe6816150fc719ae695cbd29a81082db98782
Branch : md-outputs
Author : GitHub Actions
Time : 2023-09-21 15:42:12 +0000
Message : markdown source builds
Auto-generated via {sandpaper}
Source : 17c9bc36af61bbea029cdd7a273c448c8b73f198
Branch : main
Author : Julika Mimkes
Time : 2023-09-21 15:40:50 +0000
Message : Merge pull request #162 from mimkes/main
Update index.md
---
01-introduction.html | 11 +-
02-selecting-sorting-data.html | 54 +--
03-filtering.html | 32 +-
04-ordering-commenting.html | 63 ++-
05-aggregating-calculating.html | 50 +--
06-joins-aliases.html | 98 ++---
07-saving-queries.html | 32 +-
08-database-design.html | 2 +-
09-create.html | 44 +-
10-other-tools.html | 2 +-
11-extra-challenges.html | 62 +--
404.html | 4 +-
Bonus_GoodStyle.html | 16 +-
CODE_OF_CONDUCT.html | 2 +-
LICENSE.html | 2 +-
aio.html | 442 ++++++++++-----------
discuss.html | 2 +-
images.html | 4 +-
index.html | 4 +-
instructor-notes.html | 12 +-
instructor/01-introduction.html | 11 +-
instructor/02-selecting-sorting-data.html | 54 +--
instructor/03-filtering.html | 32 +-
instructor/04-ordering-commenting.html | 63 ++-
instructor/05-aggregating-calculating.html | 50 +--
instructor/06-joins-aliases.html | 98 ++---
instructor/07-saving-queries.html | 32 +-
instructor/08-database-design.html | 2 +-
instructor/09-create.html | 44 +-
instructor/10-other-tools.html | 2 +-
instructor/11-extra-challenges.html | 62 +--
instructor/404.html | 4 +-
instructor/Bonus_GoodStyle.html | 16 +-
instructor/CODE_OF_CONDUCT.html | 2 +-
instructor/LICENSE.html | 2 +-
instructor/aio.html | 442 ++++++++++-----------
instructor/discuss.html | 2 +-
instructor/images.html | 4 +-
instructor/index.html | 4 +-
instructor/instructor-notes.html | 12 +-
instructor/key-points.html | 4 +-
instructor/profiles.html | 4 +-
instructor/reference.html | 82 ++--
key-points.html | 4 +-
pkgdown.yml | 4 +-
profiles.html | 4 +-
reference.html | 82 ++--
47 files changed, 1028 insertions(+), 1032 deletions(-)
diff --git a/01-introduction.html b/01-introduction.html
index 14078d13..802e9008 100644
--- a/01-introduction.html
+++ b/01-introduction.html
@@ -408,14 +408,13 @@ Objectives
imposed by a mediated search interface. Library workers are good at
searching information – constructing queries using SQL is a different
and more direct way of finding information.
-
+
-
-
What are some of the uses for SQL in
-libraries?
-
+
+
What are some of the uses for SQL in
+libraries?
You can use SQL to make macro or large scale changes to metadata
records in library databases, for instance, updating journal names so
@@ -646,7 +645,7 @@
Key Points