\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{tompii} \pdfinfo{ /Title (sql.pdf) /Creator (Cheatography) /Author (tompii) /Subject (SQL Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{3FA31A} \definecolor{LightBackground}{HTML}{F3F9F0} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{SQL Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{tompii} via \textcolor{DarkBackground}{\uline{cheatography.com/169647/cs/35570/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}tompii \\ \uline{cheatography.com/tompii} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 19th November, 2022.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{2.38004 cm} x{1.73926 cm} p{0.4577 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Modélisation}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{{\bf{Base de données}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{3}{x{5.377cm}}{Ensemble de données structurées et cohérentes} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{{\bf{SGBD}}} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{3}{x{5.377cm}}{Système de Gestion de Base de Données} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{Manipuler des données simultanément} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{3}{x{5.377cm}}{Plusieurs utilisateurs/programmes} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{Manipulation des données (logique et physique)} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{3}{x{5.377cm}}{Intégrité des données} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{Sécurité des données (droits d'accès et résistance aux pannes)} \tn % Row Count 10 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{3}{x{5.377cm}}{Concurrence des accès (multi-utilisateurs)} \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{{\bf{Modélisation des données}}} \tn % Row Count 12 (+ 1) % Row 11 \SetRowColor{white} Modèle conceptuel de données (MCD) & PDV user & \tn % Row Count 14 (+ 2) % Row 12 \SetRowColor{LightBackground} Modèle conceptuel de données (MCD) & PDV SGBD & \tn % Row Count 16 (+ 2) % Row 13 \SetRowColor{white} Modèle physique de données & PDV système \{\{nobreak\}\} & \tn % Row Count 18 (+ 2) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{{\bf{Entité}}} \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} Représente une classe d'objets identifiables manipulé par une application. & ex : Une personne & \tn % Row Count 24 (+ 5) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{{\bf{Attributs}}} \tn % Row Count 25 (+ 1) % Row 17 \SetRowColor{white} \{\{nobreak\}\} Caractéristique d'une entité & ex : nom, prénom & \tn % Row Count 28 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Transactions}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Généralités}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{L'état d'une bdd doit toujours être cohérent} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Préserver l'intégrité des données} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Une transaction est une suite de modifications ordonnées qui forme une action unique dans le but d'être exécuté en une seule fois.} \tn % Row Count 7 (+ 3) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Si une des actions de la transaction tombe en erreur, aucune des actions n'est validée, on parle de Rollback} \tn % Row Count 10 (+ 3) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Chaque mise à jour d'une ligne d'une table provoque le verrouillage de la ligne} \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Concept ACID}}} \tn % Row Count 13 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Atomicité :}} une transaction s'effectue entièrement ou pas du tout} \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Consistance :}} une transaction doit conserver la base dans un état cohérent} \tn % Row Count 17 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Isolation : }}pas d'interférence avec les autres utilisateurs} \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Durabilité : }}les actions d'une transaction terminée sont prise en compte par la bdd} \tn % Row Count 21 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.53367 cm} x{1.44333 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{MCD}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Définitions}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Une instance d'une entité doit pouvoir être identifiée de manière unique} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{On appelle identifiant l'attribut permettant d'identifier de manière unique une instance d'une entité donnée.} \tn % Row Count 6 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Il est impossible que 2 instances d'entité aient la même valeur d'identifiant} \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Representation Graphique}}} \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{On souligne la (ou les) attributs constituant l'identifiant} \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Dimension d'une Association}}} \tn % Row Count 12 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Réflexive entité liée à elle même} \tn % Row Count 13 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Binaire : lien entre 2 entité} \tn % Row Count 14 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{n-aire : lien entre n entités (n \textgreater{} 2)} \tn % Row Count 15 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Cardinalité}}} \tn % Row Count 16 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Définie le nombre d'occurrences d'une entité qui participe à une association} \tn % Row Count 18 (+ 2) % Row 12 \SetRowColor{LightBackground} 0,1 – 0,n – 1,1 – 1,n & {[}Min - Max{]} \tn % Row Count 20 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{{\bf{COMPLEMENTS SQL}}}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{NULL}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Valeur manquante ou inconnue pour l'instant} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Non applicable : pas de valeur pour le cas donné} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Valeur non autorisée pour les clés primaires} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{INDEX}}} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{structure de donnée qui permet d'accélérer l'accès aux données} \tn % Row Count 7 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\emph{Technique :}} Table de Hachage BTREE} \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\emph{Avantages :}} Requêtes portant sur une colonne indexée plus rapides} \tn % Row Count 10 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\emph{Incovenients :}} Nécessite de recalculer l'index à chaque insertion dans la table} \tn % Row Count 12 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{`CREATE INDEX nomIndex ON nomTable(col1 {[}ASC|DESC{]}, col2, ...);`} \tn % Row Count 14 (+ 2) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{` DROP INDEX nomIndex ON nomTable;`} \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Gestion des droits}}} \tn % Row Count 16 (+ 1) % Row 12 \SetRowColor{LightBackground} Création user & CREATE USER 'test' IDENTIFIED BY 'pwd'; \tn % Row Count 18 (+ 2) % Row 13 \SetRowColor{white} Ajout droits & GRANT privilege ON table TO user {[}WITH GRANT OPTION{]}; \tn % Row Count 20 (+ 2) % Row 14 \SetRowColor{LightBackground} \seqsplit{Suppression} & REVOKE privilege ON table FROM user; \tn % Row Count 22 (+ 2) % Row 15 \SetRowColor{white} Lister droits & SHOW GRANTS FOR user; \tn % Row Count 24 (+ 2) % Row 16 \SetRowColor{LightBackground} Création Rôle & CREATE ROLE 'nomRole1', 'nomRole2',...; \tn % Row Count 26 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.59264 cm} x{3.38436 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Modèle Relationnel}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Définitions}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Domaine & Ensemble de valeurs possible pour un attribut \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Attributs & Décrit le contenu d'une colonne d'une table \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Schéma de relation & Nom d'une table suivie de ses attributs et de leur domaine \tn % Row Count 8 (+ 3) % Row 4 \SetRowColor{LightBackground} Clé primaire & Plus petit sous-ensemble d'attributs qui permet d'identifier une ligne de manière unique \tn % Row Count 12 (+ 4) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{MCD -{}-\textgreater{}MLD}}} \tn % Row Count 13 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Objectif : Passer d'un modèle à 2 structures (entité et associations) vers un modèle à une structure (relation)} \tn % Row Count 16 (+ 3) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Associations}}} \tn % Row Count 17 (+ 1) % Row 8 \SetRowColor{LightBackground} 1-1 & Clé étrangère dans les deux \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} 1-N & Clé étrangère dans l'une des deux \tn % Row Count 21 (+ 2) % Row 10 \SetRowColor{LightBackground} N/N & On fais une table intermédiaire \{\{nl\}\} Pas de clés étrangères \tn % Row Count 24 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.84609 cm} x{4.13091 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Langage de définition des données LDD}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{SQL : Structured Query Langage}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{LDD : langage de définition des données, permet de décrire la structure des objets et leurs relations.} \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{LMD : langage de manipulation des données, permet d'ajouter, lire, modifier, et supprimer des objets.} \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{CRUD}}} \tn % Row Count 8 (+ 1) % Row 4 \SetRowColor{LightBackground} \seqsplit{Create} & Créer de nouveaux objets \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} Read & Lire les objets existants \tn % Row Count 10 (+ 1) % Row 6 \SetRowColor{LightBackground} \seqsplit{Update} & Modifier des objets existants \tn % Row Count 11 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{Delete} & Supprimer des objets existants \tn % Row Count 12 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Ordre d'execution}}} \tn % Row Count 13 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{\#1 FROM \#2 WHERE \#3 GROUP BY} \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\#4 HAVING \#5 ORDER BY} \tn % Row Count 15 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Procédures et Triggers}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Les Procédures stockées}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{`CREATE PROCEDURE nomProcedure(param1, param2 type,...) actions;`} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} - & Mots clés pour la création de la procédure \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} - & Nom de la procédure \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} - & Parenthèses obligatoires même si pas de paramètres. \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}