Skip to content

Commit

Permalink
Final SQL edits
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdave003 committed Apr 5, 2024
1 parent d55c95b commit e9dc201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sql/sql.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h3 class="anchored" data-anchor-id="cannot-compare-values-of-type-__-and-type-_
SELECT * FROM sqlite_master WHERE type='table';</code></pre>
<p>which outputs the schema for each table. If we’re working with the IMDB database, we get the following output:</p>
<center>
<img src="images/imdb_schema.png" width="720">
<img src="images/imdb_schema.png" width="700">
</center>
<p>We can see that the table <code>Title</code> contains the columns</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ \chapter*{About}\label{about}

\chapter{Jupyter 101}\label{jupyter-101}

\begin{tcolorbox}[enhanced jigsaw, colbacktitle=quarto-callout-note-color!10!white, title=\textcolor{quarto-callout-note-color}{\faInfo}\hspace{0.5em}{Note}, colframe=quarto-callout-note-color-frame, arc=.35mm, coltitle=black, bottomtitle=1mm, breakable, leftrule=.75mm, titlerule=0mm, rightrule=.15mm, opacitybacktitle=0.6, toptitle=1mm, toprule=.15mm, bottomrule=.15mm, left=2mm, opacityback=0, colback=white]
\begin{tcolorbox}[enhanced jigsaw, colback=white, title=\textcolor{quarto-callout-note-color}{\faInfo}\hspace{0.5em}{Note}, toprule=.15mm, opacityback=0, leftrule=.75mm, breakable, opacitybacktitle=0.6, left=2mm, coltitle=black, bottomtitle=1mm, toptitle=1mm, titlerule=0mm, bottomrule=.15mm, arc=.35mm, colframe=quarto-callout-note-color-frame, rightrule=.15mm, colbacktitle=quarto-callout-note-color!10!white]

If you're using a MacBook, replace \texttt{ctrl} with \texttt{cmd}.

Expand Down
2 changes: 1 addition & 1 deletion sql/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ SELECT * FROM sqlite_master WHERE type='table';

which outputs the schema for each table. If we're working with the IMDB database, we get the following output:

<center><img src = "images/imdb_schema.png" width = "720"></img></a></center>
<center><img src = "images/imdb_schema.png" width = "700"></img></a></center>


We can see that the table `Title` contains the columns
Expand Down

0 comments on commit e9dc201

Please sign in to comment.