Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
.RData
.Ruserdata
.DS_Store
/.quarto/
_publish.yml
data/synthea-smaller_breast_cancer.db
/.quarto/
14 changes: 14 additions & 0 deletions OTTR_Quarto.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Version: 1.0
ProjectId: 4325c7e5-7cad-438b-b62d-bd9b1dde5b7e

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX
66 changes: 66 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
project:
type: book
output-dir: docs

book:
title: Intro to SQL
favicon: img/favicon.ico
bread-crumbs: true

page-navigation: true
search: true
repo-url: https://github.com/fhdsl/intro_to_sql
repo-actions: [edit]

chapters:
- index.qmd
- concepts.qmd
- week1.qmd
- week4.qmd
- miscellaneous.qmd
- references.qmd

sidebar:
logo: "img/logo.png"
logo-href: "https://hutchdatascience.org/"
foreground: "#1B365D"

page-footer:
left: |
This book was built with <a href="https://quarto.org/" style="color: #fff;">Quarto</a> using
<a href="https://github.com/fhdsl/OTTR_Quarto" style="color: #fff;">OTTR</a>.
center: |
All illustrations <a href="https://creativecommons.org/licenses/by/4.0/" style="color: #fff;">CC-BY. </a>
<br>
All other materials <a href= "https://creativecommons.org/licenses/by/4.0/" style="color: #fff;"> CC-BY </a> unless noted otherwise.
right:
- icon: github
href: https://github.com/fhdsl/intro_to_sql
- icon: slack
href: https://fhdata.slack.com/join/signup#/domain-signup



#bibliography: references.bib

format:
html:
grid:
sidebar-width: 260px
css: style.css
linkcolor: "#00C1D5"
mainfont: "Karla"

sidebar: true
toc: true

code-link: true
code-copy: true

link-external-newwindow: true

image: img/favicon.ico
license: "CC BY"
knitr:
opts_chunk:
fig.path: "resources/images/figure/"
204 changes: 0 additions & 204 deletions cdmconnector.qmd

This file was deleted.

11 changes: 0 additions & 11 deletions concept1.csv

This file was deleted.

11 changes: 0 additions & 11 deletions concept2.csv

This file was deleted.

52 changes: 0 additions & 52 deletions conceptall.csv

This file was deleted.

2 changes: 0 additions & 2 deletions concepts.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ con <- DBI::dbConnect(duckdb::duckdb(),

```

{{< video https://youtu.be/7YQpuKynWLI >}}

## What is a Database?

> A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS). Together, the data and the DBMS, along with the applications that are associated with them, are referred to as a database system, often shortened to just database. - [Oracle Documentation](https://www.oracle.com/database/what-is-database/)
Expand Down
Binary file added data/GiBleed_5.3_1.1.duckdb
Binary file not shown.
Loading