CINXE.COM

Corsi online di SQL | LearnSQL.it

<!DOCTYPE html> <html lang="en"> <head> <!-- mainPageLayout.mustache --> <!-- sentry_partial --> <script src="https://browser.sentry-cdn.com/8.19.0/bundle.tracing.min.js" integrity="sha384-VguvLdOUFeUuZ0TKb73E18FGL2wDZZwVuaXcmQh/303Mm3nSw6hsb2v+7YW81BT6" crossorigin="anonymous" ></script> <script> if (typeof Sentry !== 'undefined') { Sentry.init({ dsn: "https://147b9178a5f342e697daf304ee2a9ef1@o438864.ingest.sentry.io/5413221", release: "25.1.9", environment: "prod", tracesSampleRate: 0.1, ignoreErrors: ['ResizeObserver loop completed with undelivered notifications'] }); Sentry.setTag("countryCode", "it"); if (window.tabGid != undefined) { Sentry.setTag("tabGid", window.tabGid); } } </script> <!-- sentry_partial --> <script> dataLayer = [{"GID":"alqwVYVAXLoXJe22","courseCommencements":"0","userPlan":"None","isLoggedIn":"false","courseCompletions":"0","userType":"Visitor"}]; </script> <!-- Google Tag Manager --> <script> window ['gtag_enable_tcf_support'] = true; </script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5C94LZ3');</script> <script type="text/javascript">window.GtmContainerId = 'GTM-5C94LZ3';</script> <!-- End Google Tag Manager --> <script type="text/javascript"> window.cdnLearnSQLPrefix = "https://cdn.learnsql.com/lsc/25.1.9"; window.resourcePrefix = "/lsc/25.1.9"; window.isLogged = false; </script> <title>Corsi online di SQL | LearnSQL.it</title> <meta name="p:domain_verify" content="2ba0314a1f45213ca2c995ae4e40bc74"/> <meta name="fo-verify" content="1c4c59fd-7cd2-401f-b644-396ad50baac3" /> <meta name="keywords" content="tutorial sql, imparare sql, formazione sql, corso sql, sql online, sql per principianti, imparare sql online, apprendere sql, come imparare sql, formazione sql online, corso sql online, esercitarsi con sql online, formazione sql gratuita" /> <meta name="description" content="Impara lo standard SQL e altri dialetti SQL in modo approfondito o semplicemente aggiornati con i nostri corsi SQL online interattivi." /> <meta name="og:locale" content="it_IT" /> <meta name="og:title" content="Corsi online di SQL | LearnSQL.it" /> <meta name="og:description" content="Impara lo standard SQL e altri dialetti SQL in modo approfondito o semplicemente aggiornati con i nostri corsi SQL online interattivi." /> <meta name="og:type" content="website" /> <meta name="og:image" content="https://learnsql.it/files/og_image/default" /> <meta name="og:image:type" content="image/png" /> <meta name="og:url" content="https://learnsql.it" /> <meta name="og:site_name" content="LearnSQL" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="https://cdn.learnsql.com/lsc/25.1.9/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="https://cdn.learnsql.com/lsc/25.1.9/img/favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon-precomposed" href="https://cdn.learnsql.com/lsc/25.1.9/img/favicon-180x180.png" /> <link rel="canonical" href="https://learnsql.it/" /> <meta name="msapplication-TileImage" content="https://cdn.learnsql.com/lsc/25.1.9/img/favicon-270x270.png" /> <!-- BEGIN: head_addons_partial Current page {mainpage&#61;true} --> <link rel="preload" href="https://cdn.learnsql.com/lsc/25.1.9/fonts/Oxygen/Oxygen-Regular.ttf" type="font/ttf" as="font" crossorigin> <link rel="preload" href="https://cdn.learnsql.com/lsc/25.1.9/fonts/Oxygen/Oxygen-Bold.ttf" type="font/ttf" as="font" crossorigin> <style> @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap'); </style> <link rel="preload" href="https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/package-inverse-500w.webp" as="image" fetchpriority="high" imagesrcset="https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/package-inverse-1500w.webp 1500w, https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/package-inverse-1340w.webp 1340w, https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/package-inverse-1000w.webp 1000w, https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/package-inverse-910w.webp 910w, https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/package-inverse-670w.webp 670w, https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/package-inverse-500w.webp 500w" imagesizes="(min-width: 1200px) 910px, (min-width: 768px) 670px, 500px" > <link rel="preload" href="https://cdn.learnsql.com/lsc/25.1.9/img/bg/default_common.webp" as="image" fetchpriority="high" type="image/webp" > <script type="text/javascript"> (function check_webp_feature(feature, callback) { var kTestImages = { lossless: "UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==", }; var img = new Image(); img.onload = function () { var result = (img.width > 0) && (img.height > 0); callback(feature, result); }; img.onerror = function () { callback(feature, false); }; img.src = "data:image/webp;base64," + kTestImages[feature]; })('lossless', function (_t, result) { if (result) { document.documentElement.classList.add('webp'); }}); </script> <!-- END: head_addons_partial --> <link rel="stylesheet" type="text/css" href="https://cdn.learnsql.com/lsc/25.1.9/css/MainPage.css"> <script type="text/javascript" defer src="https://cdn.learnsql.com/lsc/25.1.9/js/react/MainPage.js" fetchpriority="low"></script> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { (function() { let fromButton = false; const wcagToggleExpanded = (button) => { const expanded = button.getAttribute('aria-expanded') === 'true'; const toExpanded = !expanded; const controlsEl = document.getElementById(button.getAttribute('aria-controls')); button.setAttribute('aria-expanded', toExpanded ? 'true' : 'false'); controlsEl.toggleAttribute('hidden', !toExpanded); }; const el = document.querySelector('.js-menu-menu'); if (!el) { return; } const buttons = el.querySelectorAll('[aria-controls]'); buttons.forEach(button => button.addEventListener('click', () => { el.querySelectorAll('[aria-controls][aria-expanded=true]').forEach(el => { if (el !== button) { wcagToggleExpanded(el); } }); wcagToggleExpanded(button); fromButton = true; })); const menuToggle = document.querySelector('.js-menu-toggle'); menuToggle && menuToggle.addEventListener('click', () => wcagToggleExpanded(menuToggle)); document.body.addEventListener('click', (e) => { if (!fromButton) { el.querySelectorAll('[aria-controls][aria-expanded=true]').forEach(el => { wcagToggleExpanded(el); }); } fromButton = false; }); })(); var logoutButton = document.getElementById('layout-logout-button'); function logout() { var xhr = new XMLHttpRequest(); xhr.open('POST', '/api/v1/login/logout', true); xhr.setRequestHeader("Content-Type", "application/json"); xhr.onreadystatechange = function() { if (this.readyState === XMLHttpRequest.DONE && this.status === 200) { window.sessionStorage.setItem('isFlashSaleBoxClosed', 'false'); window.location = "/"; } } xhr.send("{}"); } if (logoutButton) { logoutButton.addEventListener('click', logout); logoutButton.addEventListener('keydown', function(e) { if (e.key === "Enter") { logout(); } }) } function throttle(func, wait, options) { var context, args, result; var timeout = null; var previous = 0; if (!options) options = {}; var later = function() { previous = options.leading === false ? 0 : Date.now(); timeout = null; result = func.apply(context, args); if (!timeout) context = args = null; }; return function() { var now = Date.now(); if (!previous && options.leading === false) previous = now; var remaining = wait - (now - previous); context = this; args = arguments; if (remaining <= 0 || remaining > wait) { if (timeout) { clearTimeout(timeout); timeout = null; } previous = now; result = func.apply(context, args); if (!timeout) context = args = null; } else if (!timeout && options.trailing !== false) { timeout = setTimeout(later, remaining); } return result; }; }; var buttonToTop = document.querySelector('.button--to-top'); var previousPosition = window.scrollY; if (buttonToTop) { if (window.scrollY <= window.innerHeight - 157) { buttonToTop.classList.add('hidden'); } window.addEventListener('scroll', throttle(toggleButtonToTop, 500)); buttonToTop.addEventListener('click', function() { window.scrollTo(0, 0); document.querySelector('a.site-logo').focus(); }); } function toggleButtonToTop() { if (buttonToTop.classList.contains('hidden')) { if (window.scrollY > window.innerHeight - 157) { buttonToTop.classList.remove('hidden'); } return; } if (window.scrollY < previousPosition) { if (window.scrollY <= window.innerHeight - 157) { buttonToTop.classList.add('hidden'); } } previousPosition = window.scrollY; } var skipNavButton = document.querySelector('#skip-navigation > button'); if (skipNavButton) { skipNavButton.addEventListener('keydown', function(e) { if (e.key !== 'Enter') { return; } var focusables = document.querySelector('.container').querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'); var firstFocusable = focusables[0]; firstFocusable.focus(); }); } // User's profile modal from menu and library modal function SimpleModal(modalEl) { var self = this; self.modalEl = modalEl; var focusableEls = self.modalEl.querySelectorAll('a'); self.focusableEls = Array.prototype.slice.call(focusableEls); self.firstFocusableEl = self.focusableEls[0]; self.lastFocusableEl = self.focusableEls[self.focusableEls.length - 1]; self.modalEl.addEventListener('keydown', function(e) { self._handleKeyDown(e); }); } SimpleModal.prototype.open = function() { var self = this; self.modalEl.classList.add('isOpen'); self.modalEl.removeAttribute('aria-hidden'); } SimpleModal.prototype.close = function() { var self = this; self.modalEl.classList.remove('isOpen'); self.modalEl.setAttribute('aria-hidden', true); } SimpleModal.prototype._handleKeyDown = function(e) { var self = this; var TAB = "Tab"; var ESC = "Escape"; function handleBackwardTab() { if (document.activeElement === self.firstFocusableEl) { e.preventDefault(); self.lastFocusableEl.focus(); } } function handleForwardTab() { if (document.activeElement === self.lastFocusableEl) { e.preventDefault(); self.firstFocusableEl.focus(); } } switch (e.key) { case TAB: if (e.shiftKey) { handleBackwardTab(); } else { handleForwardTab(); } break; case ESC: self.close(); break; default: break; } } SimpleModal.prototype.assignEventListeners = function(modalButton, modalLayer) { var self = this; modalButton.addEventListener('keydown', function(e) { if (e.key === "Enter") { self.open(); } }); modalButton.addEventListener('click', function() { self.open(); }); modalLayer.addEventListener('click', function() { self.close(); }); } function makeMenu(menuButton) { if (!menuButton) { return; } try { var modalElement = menuButton.parentElement.querySelectorAll('.modal')[0]; var modalLayerElement = modalElement.querySelector('.modal__layer'); var modal = new SimpleModal(modalElement); modal.assignEventListeners(menuButton, modalLayerElement); } catch (err) { // empty } } makeMenu(document.getElementById('language-button')); if (window.isLogged) { makeMenu(document.querySelector('.logout-button')); } }); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5C94LZ3" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="sticky"> <div id="flash-sale-box"></div> <div id="info-block" style="width: 100%; padding: 1em; background-color: black; text-align: center; color: white; font-weight: bold; display: none;"> Ad-blocking extension has been detected. Please disable it. It may cause problems. </div> <header class="site-header"> <nav class="siteNavigation redesign" arial-label="TODO"> <div class="siteNavigation__layout"> <div class="siteNavigation__header"> <a href="/" class="siteNavigation__logoLink" aria-label="Mainpage Learnsql"> <svg role="img" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon--logo_it" width="101" heigh="30" viewBox="0 0 101 30"> <use xlink:href="/lsc/25.1.9/img/sprite.svg#logo_it"></use> </svg> </a> <div id="skip-navigation"> <button class="button--ghost">Salta la navigazione</button> </div> <button class="siteNavigation__menuToggle js-menu-toggle" aria-label="Toggle navigation" aria-controls="menu-content" aria-expanded="false"></button> </div> <div id="menu-content" class="siteNavigation__content" hidden> <ul class="siteNavigation__menu js-menu-menu siteNavigation__menu--mainMenu"> <li class="siteNavigation__menuItem"> <a id="menu-courses-button" class="siteNavigation__menuLink" href="/corsi/"> Corsi </a> <div id="menu-courses-region" class="siteNavigation__menuRegion" role="region" aria-labelledby="menu-courses-button" hidden> <div class="siteNavigation__menuRegionContent"> <div class="siteNavigation__menuRegionSection"> <div class="siteNavigation__menuRegionSectionLayout"> <div class="siteNavigation__menuRegionSubSection"> <div class="siteNavigation__menuRegionSubSectionHeading">Per principianti</div> <ul class=xxx> <!-- tracks --> <li> <a href="/percorso/sql-dalla-a-alla-z/" class="x2"> <span class="x2__imageWrapper"> <img class="lazyload" data-src="https://cdn.learnsql.com/lsc/assets/packshots/v1/small/sql-from-a-to-z.png" width="567" height="371" alt=""> </span> <span class="x2__content">SQL dalla A alla Z</span> </a> </li> <li> <a href="/percorso/pratica-sql/" class="x2"> <span class="x2__imageWrapper"> <img class="lazyload" data-src="https://cdn.learnsql.com/lsc/assets/packshots/v1/small/sql-practice.png" width="567" height="371" alt=""> </span> <span class="x2__content">Pratica su SQL</span> </a> </li> <!-- courses --> <li> <a href="/corso/sql-per-principianti/" class="x1">SQL per principianti</a> </li> <li> <a href="/corso/join/" class="x1">SQL JOIN</a> </li> <li> <a href="/corso/esercizi-sql/" class="x1">Esercizi SQL</a> </li> </ul> </div> <div class="siteNavigation__menuRegionSubSection"> <div class="siteNavigation__menuRegionSubSectionHeading">Per studenti avanzati</div> <ul class="xxx"> <!-- tracks --> <li> <a href="/percorso/sql-avanzato/" class="x2"> <span class="x2__imageWrapper"> <img class="lazyload" data-src="https://cdn.learnsql.com/lsc/assets/packshots/v1/small/advanced-sql.png" width="567" height="371" alt=""> </span> <span class="x2__content">SQL avanzato</span> </a> </li> <li> </li> <!-- courses --> <li> <a href="/corso/window-functions/" class="x1">Window Functions (Funzioni Finestra)</a> </li> <li> <a href="/corso/espressione-tabella-comune/" class="x1">Query ricorsive</a> </li> <li> <a href="" class="x1">Analisi dei trend dei ricavi con SQL</a> </li> </ul> </div> </div> <a href="/corsi/" class="siteNavigation__explorerButton">Vedi tutti i corsi SQL. Entra nella pagina di esplorazione dei corsi</a> </div> <section class="siteNavigation__menuRegionSection" aria-labelledby="menu-courses-tracks-heading"> </section> </div> </div> </li> <li class="siteNavigation__menuItem"> <a href="/prezzi/" class="siteNavigation__menuLink">Prezzi</a> </li> <li class="siteNavigation__menuItem"> <a href="/per-studenti/" class="siteNavigation__menuLink">Per gli studenti</a> </li> <li class="siteNavigation__menuItem"> <button id="menu-library-button" class="siteNavigation__menuLink" aria-expanded="false" aria-controls="menu-library-region"> Libreria SQL <span class="siteNavigation__icon" aria-hidden="true"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.9999 14.6615C11.8794 14.6615 11.7672 14.6423 11.6634 14.6038C11.5595 14.5653 11.4608 14.4993 11.3672 14.4057L6.87301 9.91151C6.73454 9.77306 6.66371 9.59902 6.66051 9.38941C6.65729 9.17979 6.72812 9.00255 6.87301 8.85768C7.01787 8.71281 7.1935 8.64038 7.3999 8.64038C7.6063 8.64038 7.78194 8.71281 7.9268 8.85768L11.9999 12.9308L16.073 8.85768C16.2115 8.71923 16.3855 8.6484 16.5951 8.64518C16.8047 8.64198 16.9819 8.71281 17.1268 8.85768C17.2717 9.00255 17.3441 9.17819 17.3441 9.38461C17.3441 9.59101 17.2717 9.76664 17.1268 9.91151L12.6326 14.4057C12.539 14.4993 12.4403 14.5653 12.3364 14.6038C12.2326 14.6423 12.1204 14.6615 11.9999 14.6615Z" fill="currentColor"></path> </svg> </span> </button> <div id="menu-library-region" class="siteNavigation__menuRegion" role="region" aria-labelledby="menu-library-button" hidden> <div class="siteNavigation__menuRegionContent"> <section aria-labelledby="menu-library-heading" class="siteNavigation__menuRegionSection"> <div> <div id="menu-library-heading" class="siteNavigation__menuRegionSectionHeading">SQL Library</div> <ul class=xx> <li> <a href="/blog/" class="x"> <img data-src="/lsc/25.1.9/img/new/icon/ico-articles.svg" width="48" height="48" alt="" class="x__icon lazyload"> <span class="x__heading">Articoli</span> <span class="x__content">Tutorial illuminanti e consigli degli esperti</span> </a> </li> <li> <a href="/blog/tags/sql-cheat-sheet/" class="x"> <img data-src="/lsc/25.1.9/img/new/icon/ico-cheatsheets.svg" width="48" height="48" alt="" class="x__icon lazyload"> <span class="x__heading">Prontuarios</span> <span class="x__content">Consigli pratici per padroneggiare le query e i comandi SQL</span> </a> </li> </ul> </div> </section> </div> </div> </li> </ul> <ul class="siteNavigation__menu siteNavigation__menu--secMenu"> <li class="siteNavigation__menuItem"> <button id="language-button" class="siteNavigation__menuLink siteNavigation__menuLink--language" aria-label="TODO IT"> <span class="siteNavigation__icon" aria-hidden="true"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10 18C8.90278 18 7.86806 17.7917 6.89583 17.375C5.92361 16.9583 5.07292 16.3854 4.34375 15.6562C3.61458 14.9271 3.04167 14.0764 2.625 13.1042C2.20833 12.1319 2 11.0972 2 10C2 8.88889 2.20833 7.85069 2.625 6.88542C3.04167 5.92014 3.61458 5.07292 4.34375 4.34375C5.07292 3.61458 5.92361 3.04167 6.89583 2.625C7.86806 2.20833 8.90278 2 10 2C11.1111 2 12.1493 2.20833 13.1146 2.625C14.0799 3.04167 14.9271 3.61458 15.6562 4.34375C16.3854 5.07292 16.9583 5.92014 17.375 6.88542C17.7917 7.85069 18 8.88889 18 10C18 11.0972 17.7917 12.1319 17.375 13.1042C16.9583 14.0764 16.3854 14.9271 15.6562 15.6562C14.9271 16.3854 14.0799 16.9583 13.1146 17.375C12.1493 17.7917 11.1111 18 10 18ZM10 16.4375C10.2361 16.2014 10.4722 15.7604 10.7083 15.1146C10.9444 14.4688 11.125 13.7639 11.25 13H8.75C8.875 13.7639 9.05556 14.4688 9.29167 15.1146C9.52778 15.7604 9.76389 16.2014 10 16.4375ZM8.10417 16.2292C7.90972 15.8125 7.73958 15.3333 7.59375 14.7917C7.44792 14.25 7.32639 13.6528 7.22917 13H4.25C4.65278 13.7917 5.1875 14.4688 5.85417 15.0312C6.52083 15.5938 7.27083 15.9931 8.10417 16.2292ZM11.8958 16.2292C12.7292 15.9931 13.4792 15.5938 14.1458 15.0312C14.8125 14.4688 15.3472 13.7917 15.75 13H12.7708C12.6736 13.6528 12.5521 14.25 12.4062 14.7917C12.2604 15.3333 12.0903 15.8125 11.8958 16.2292ZM3.6875 11.5H7.04167C7.01389 11.2361 6.99653 10.9757 6.98958 10.7188C6.98264 10.4618 6.97917 10.2083 6.97917 9.95833C6.97917 9.70833 6.98264 9.46181 6.98958 9.21875C6.99653 8.97569 7.01389 8.73611 7.04167 8.5H3.6875C3.61806 8.76389 3.56944 9.01736 3.54167 9.26042C3.51389 9.50347 3.5 9.75 3.5 10C3.5 10.25 3.51389 10.4965 3.54167 10.7396C3.56944 10.9826 3.61806 11.2361 3.6875 11.5ZM8.5625 11.5H11.4375C11.4653 11.2222 11.4826 10.9618 11.4896 10.7188C11.4965 10.4757 11.5 10.2361 11.5 10C11.5 9.76389 11.4965 9.52083 11.4896 9.27083C11.4826 9.02083 11.4653 8.76389 11.4375 8.5H8.5625C8.53472 8.76389 8.51736 9.02083 8.51042 9.27083C8.50347 9.52083 8.5 9.76389 8.5 10C8.5 10.2361 8.50347 10.4792 8.51042 10.7292C8.51736 10.9792 8.53472 11.2361 8.5625 11.5ZM12.9583 11.5H16.3125C16.3819 11.2361 16.4306 10.9826 16.4583 10.7396C16.4861 10.4965 16.5 10.25 16.5 10C16.5 9.75 16.4861 9.5 16.4583 9.25C16.4306 9 16.3819 8.75 16.3125 8.5H12.9583C12.9861 8.76389 13.0035 9.02431 13.0104 9.28125C13.0174 9.53819 13.0208 9.79167 13.0208 10.0417C13.0208 10.2917 13.0174 10.5382 13.0104 10.7812C13.0035 11.0243 12.9861 11.2639 12.9583 11.5ZM12.7708 7H15.75C15.3472 6.20833 14.8125 5.53125 14.1458 4.96875C13.4792 4.40625 12.7292 4.00694 11.8958 3.77083C12.0903 4.1875 12.2604 4.66667 12.4062 5.20833C12.5521 5.75 12.6736 6.34722 12.7708 7ZM8.75 7H11.25C11.125 6.23611 10.9444 5.53125 10.7083 4.88542C10.4722 4.23958 10.2361 3.79861 10 3.5625C9.76389 3.79861 9.52778 4.23958 9.29167 4.88542C9.05556 5.53125 8.875 6.23611 8.75 7ZM4.25 7H7.22917C7.32639 6.34722 7.44792 5.75 7.59375 5.20833C7.73958 4.66667 7.90972 4.1875 8.10417 3.77083C7.27083 4.00694 6.52083 4.40625 5.85417 4.96875C5.1875 5.53125 4.65278 6.20833 4.25 7Z" fill="currentColor"/> </svg> </span> IT </button> <div class="modal xmodal" aria-hidden="true" aria-modal="true" role="dialog" aria-label="Elenco delle lingue"> <div class="modal__layer xmodal__layer"></div> <div class="modal__window xmodal__window"> <a href="https://learnsql.com/" >English</a> <a href="https://learnsql.de/" >Deutsch</a> <a href="https://learnsql.fr/" >Français</a> <a href="https://learnsql.com.br/" >Português</a> <a aria-disabled="true" class="disabled" >Italiano</a> <a href="https://learnsql.es/" >Español</a> </div> </div> </li> <li class="siteNavigation__menuItem"> <a href="/accedi/" class="siteNavigation__menuLink">Accedi</a> </li> <li class="siteNavigation__menuItem"> <a href="/iscriviti/" class="siteNavigation__createAccountButton">Crea un account gratuito</a> </li> </ul> </div> </div> </nav> </header> </div> <div class="container"> <main class="redesign"> <style> @media (min-width: 768px) { .xsection--intro { background-image: url('/assets/default/1716940800000/home_stripes.jpg'); } .webp .xsection--intro { background-image: url('/assets/default/1716940800000/home_stripes.webp'); } } </style> <div class="redesign xsection xsection--intro"> <div class="xcontainer"> <section class="homeIntroSection" id="header"> <div class="homeIntroSection__content"> <p class="homeIntroSection__headline">La migliore piattaforma per imparare SQL</p> <h1 class="homeIntroSection__heading">Impara ed esercitati con SQL</h1> <!-- Black Week 2023 --> <p class="homeIntroSection__description">Padroneggia SQL con il più completo set di 20 corsi SQL online pratici per principianti ed esperti.</p> <!-- Sconto del 60% sul nostro pacchetto Tutti Per Sempre: tutti i nostri corsi pratici di SQL. --> <div class="homeIntroSection__actions"> <a href=/iscriviti/?redirect&#61;/corso/sql-per-principianti/qualche-informazione-sui-database/introduzione/i-database-relazionali class="homeIntroSection__startButton">Inizia ora</a> <button class="homeIntroSection__watchButton js-video-modal-open-button"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <path d="M11.333 22.6649V10.236C11.333 9.91688 11.4375 9.66333 11.6465 9.4753C11.8554 9.28726 12.1002 9.19324 12.3807 9.19324C12.4651 9.19324 12.5562 9.20407 12.6537 9.22574C12.7513 9.24738 12.845 9.2827 12.9347 9.3317L22.7141 15.5812C22.8731 15.6912 22.9937 15.8182 23.076 15.9624C23.1584 16.1066 23.1996 16.2692 23.1996 16.4504C23.1996 16.6316 23.1584 16.7943 23.076 16.9385C22.9937 17.0826 22.8731 17.2097 22.7141 17.3196L12.9347 23.5692C12.8445 23.6182 12.7503 23.6535 12.6522 23.6751C12.554 23.6968 12.4627 23.7076 12.3781 23.7076C12.0973 23.7076 11.853 23.6136 11.645 23.4256C11.437 23.2375 11.333 22.984 11.333 22.6649ZM13.0082 21.5171L20.9945 16.4504L13.0082 11.3838V21.5171Z" fill="currentColor"/> </svg> Guarda in azione </a> </div> <div class="homeIntroSection__trustpilotWrapper"> <a class="homeIntroSection__trustpilot" href="https://www.trustpilot.com/review/learnsql.com" target="_blank"> Excellent <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/trustpilot-stars-4.5.svg" width="96" height="18" alt="4.5"> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/trustpilot-logo.svg" width="83" height="21" alt="Trustpilot"> </a> </div> </div> <div class="homeIntroSection__side"> <div class="homeIntroSection__packageImageWrapper"> <a href=/pacchetto-sql-tutto-per-sempre/> <picture> <source srcset="/assets/default/1716940800000/home_packshot.webp" type="image/webp" > <img src="/assets/default/1716940800000/home_packshot.jpg" width="500" height="327" class="homeIntroSection__packageImage" alt="All Forever SQL Package - ULTIMATE SQL LEARNING RESOURCE"> </picture> </a> <a href=/pacchetto-sql-tutto-per-sempre/ class="homeIntroSection__badge"> 60% OFF </a> <div class="homeIntroSection__info"> <div> Ottieni accesso a vita a tutti i percorsi e corsi SQL presenti e futuri.<br> <a href="/pacchetto-sql-tutto-per-sempre/" class="homeIntroSection__infoButton">Scopri di più</a> </div> <div class="homeIntroSection__countdown"> <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M10.6246 9.74681V6.45833C10.6246 6.28126 10.5647 6.13283 10.4449 6.01304C10.325 5.89325 10.1765 5.83335 9.99938 5.83335C9.82222 5.83335 9.67381 5.89325 9.55415 6.01304C9.4345 6.13283 9.37468 6.28126 9.37468 6.45833V9.93913C9.37468 10.0372 9.39283 10.1323 9.42915 10.2242C9.46547 10.3162 9.52263 10.4012 9.60063 10.4792L12.4548 13.3334C12.5702 13.4487 12.7152 13.5078 12.8899 13.5104C13.0646 13.5131 13.2123 13.4541 13.333 13.3334C13.4537 13.2126 13.5141 13.0663 13.5141 12.8943C13.5141 12.7223 13.4537 12.5759 13.333 12.4552L10.6246 9.74681ZM10.001 17.9167C8.9061 17.9167 7.87691 17.7089 6.91347 17.2933C5.95001 16.8778 5.11194 16.3138 4.39926 15.6015C3.68656 14.8891 3.12235 14.0514 2.70661 13.0884C2.29088 12.1253 2.08301 11.0964 2.08301 10.0014C2.08301 8.90647 2.29079 7.87728 2.70634 6.91383C3.1219 5.95037 3.68586 5.11231 4.39822 4.39963C5.11059 3.68693 5.94829 3.12272 6.91132 2.70698C7.87433 2.29124 8.90331 2.08337 9.99826 2.08337C11.0932 2.08337 12.1224 2.29115 13.0858 2.70671C14.0493 3.12226 14.8874 3.68622 15.6 4.39858C16.3127 5.11096 16.877 5.94866 17.2927 6.91169C17.7084 7.8747 17.9163 8.90368 17.9163 9.99863C17.9163 11.0936 17.7085 12.1228 17.293 13.0862C16.8774 14.0497 16.3135 14.8877 15.6011 15.6004C14.8887 16.3131 14.051 16.8773 13.088 17.2931C12.125 17.7088 11.096 17.9167 10.001 17.9167ZM9.99965 16.6667C11.8469 16.6667 13.4198 16.0174 14.7184 14.7188C16.017 13.4202 16.6663 11.8472 16.6663 10C16.6663 8.1528 16.017 6.57988 14.7184 5.28127C13.4198 3.98266 11.8469 3.33335 9.99965 3.33335C8.15243 3.33335 6.57951 3.98266 5.2809 5.28127C3.98229 6.57988 3.33299 8.1528 3.33299 10C3.33299 11.8472 3.98229 13.4202 5.2809 14.7188C6.57951 16.0174 8.15243 16.6667 9.99965 16.6667Z" fill="currentColor"/> </svg> <span class="homeIntroSection__timer"></span> </div> </div> </div> </div> </section> <div id="video-modal" role="dialog" aria-modal="true" aria-label="Video popup" class="ymodal ymodal--fullscreen" hidden > <div class="homeIntroSection__videoContent"> <button class="homeIntroSection__videoCloseButton js-video-modal-close-button" aria-label="Close popup"> <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M25 7L7 25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M25 25L7 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <div class="homeIntroSection__video"> <div style="padding:56.25% 0 0 0;position:relative;"> <picture> <source srcset="https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/video-facade.webp" type="image/webp" > <source srcset="https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/video-facade.jpg" type="image/jpeg" > <img src="https://cdn.learnsql.com/lsc/25.1.9/img/all-forever-sql-package/video-facade.jpg" alt="" data-video="https://player.vimeo.com/video/731341881?h=f5c3132f59&badge=0&autopause=0&player_id=0&app_id=58479" > </picture> </div> </div> </div> </div> <section class="brandsSection"> <p class="brandsSection__description">Apprezzato da chi l'ha seguito, anche tra le principali imprese del settore</p> <div class="brandsSection__brandsWrapper"> <ul class="brandsSection__brands"> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/walmart.svg" width="40" height="41" alt="Walmart"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/amazon.svg" width="114" height="35" alt="Amazon"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/microsoft.svg" width="41" height="41" alt="Microsoft"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/deloitte.svg" width="129" height="25" alt="Deloitte."> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/apple.svg" width="42" height="49" alt="Apple"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/ibm.svg" width="91" height="37" alt="IBM"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/toyota.svg" width="62" height="41" alt="Toyota"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/uber.svg" width="93" height="33" alt="Uber"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/tesla.svg" width="42" height="41" alt="Tesla"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/nike.svg" width="102" height="37" alt="Nike"> </li> <li> <img src="https://cdn.learnsql.com/lsc/25.1.9/img/new/brands/pp.svg" width="34" height="41" alt="PayPal"> </li> </ul> </div> </section> </div> </div> <div class="xsection xsection--learningPath"> <div class="xcontainer"> <div class="xsection__decor"> <img class="lazyload" data-src="https://cdn.learnsql.com/lsc/25.1.9/img/new/bg/vector-1--purple100.svg" width="612" height="571" alt=""> </div> <div class="xsection__decor2"> <img class="lazyload" data-src="https://cdn.learnsql.com/lsc/25.1.9/img/new/bg/vector-2--purple500.svg" width="400" height="400" alt=""> </div> <section class="learningPathSection" id="learning-path"> <div class="learningPathSection__header"> <p class="learningPathSection__headline">Percorso di apprendimento</p> <h2 class="learningPathSection__heading">Scegli il percorso di apprendimento di SQL più adatto a te</h2> <p class="learningPathSection__description">Sia che tu voglia imparare l'SQL per visualizzare e analizzare i tuoi dati e ottenere informazioni utili, sia apprendere a memorizzare, gestire e ottimizzare i dati in un database relazionale, nei nostri corsi c’è ciò che ti serve.</p> </div> <div class="learningPathSection__body"> <ul class="learningPathSection__list"> <li class="learningPathSection__listItem"> <a href="/percorso/sql-dalla-a-alla-z/" class="learningPathSection__item"> <div class="learningPathSection__itemHeader"> <div class="learningPathSection__itemImageWrapper"> <img class="learningPathSection__itemImage lazyload" data-src="https://cdn.learnsql.com/lsc/assets/packshots/v1/small/sql-from-a-to-z.png" width="303" height="199" alt=""> </div> </div> <div class="learningPathSection__itemBody"> <p class="learningPathSection__itemHeading">SQL dalla A alla Z</p> <p class="learningPathSection__itemDescription">Perfetto per persone con poca o nessuna esperienza in SQL.</p> </div> <div class="learningPathSection__itemFooter"> <span class="learningPathSection__itemMoreButton"> <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M16.6269 12.75H5.25C5.03718 12.75 4.85898 12.6782 4.7154 12.5347C4.5718 12.3911 4.5 12.2129 4.5 12.0001C4.5 11.7872 4.5718 11.609 4.7154 11.4655C4.85898 11.3219 5.03718 11.2501 5.25 11.2501H16.6269L11.4577 6.08083C11.309 5.93211 11.2356 5.75808 11.2375 5.55873C11.2394 5.35936 11.3179 5.18212 11.4731 5.027C11.6282 4.88214 11.8038 4.80714 12 4.802C12.1961 4.79687 12.3718 4.87187 12.5269 5.027L18.8672 11.3674C18.9608 11.461 19.0269 11.5597 19.0653 11.6635C19.1038 11.7674 19.123 11.8795 19.123 12.0001C19.123 12.1206 19.1038 12.2327 19.0653 12.3366C19.0269 12.4404 18.9608 12.5391 18.8672 12.6327L12.5269 18.9731C12.3884 19.1116 12.217 19.1824 12.0125 19.1856C11.808 19.1888 11.6282 19.118 11.4731 18.9731C11.3179 18.818 11.2404 18.6398 11.2404 18.4385C11.2404 18.2372 11.3179 18.059 11.4731 17.9039L16.6269 12.75Z" fill="currentColor"/> </svg> </span> </div> </a> </li> <li class="learningPathSection__listItem"> <a href="/percorso/sql-avanzato/" class="learningPathSection__item"> <div class="learningPathSection__itemHeader"> <div class="learningPathSection__itemImageWrapper"> <img class="learningPathSection__itemImage lazyload" data-src="https://cdn.learnsql.com/lsc/assets/packshots/v1/small/advanced-sql.png" width="303" height="199" alt=""> </div> </div> <div class="learningPathSection__itemBody"> <p class="learningPathSection__itemHeading">SQL avanzato</p> <p class="learningPathSection__itemDescription">Ottimo per chi desidera padroneggiare argomenti avanzati di SQL come le funzioni finestra, le espressioni di tabella comuni o le query ricorsive.</p> </div> <div class="learningPathSection__itemFooter"> <span class="learningPathSection__itemMoreButton"> <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M16.6269 12.75H5.25C5.03718 12.75 4.85898 12.6782 4.7154 12.5347C4.5718 12.3911 4.5 12.2129 4.5 12.0001C4.5 11.7872 4.5718 11.609 4.7154 11.4655C4.85898 11.3219 5.03718 11.2501 5.25 11.2501H16.6269L11.4577 6.08083C11.309 5.93211 11.2356 5.75808 11.2375 5.55873C11.2394 5.35936 11.3179 5.18212 11.4731 5.027C11.6282 4.88214 11.8038 4.80714 12 4.802C12.1961 4.79687 12.3718 4.87187 12.5269 5.027L18.8672 11.3674C18.9608 11.461 19.0269 11.5597 19.0653 11.6635C19.1038 11.7674 19.123 11.8795 19.123 12.0001C19.123 12.1206 19.1038 12.2327 19.0653 12.3366C19.0269 12.4404 18.9608 12.5391 18.8672 12.6327L12.5269 18.9731C12.3884 19.1116 12.217 19.1824 12.0125 19.1856C11.808 19.1888 11.6282 19.118 11.4731 18.9731C11.3179 18.818 11.2404 18.6398 11.2404 18.4385C11.2404 18.2372 11.3179 18.059 11.4731 17.9039L16.6269 12.75Z" fill="currentColor"/> </svg> </span> </div> </a> </li> <li class="learningPathSection__listItem"> <a href="/percorso/pratica-sql/" class="learningPathSection__item"> <div class="learningPathSection__itemHeader"> <div class="learningPathSection__itemImageWrapper"> <img class="learningPathSection__itemImage lazyload" data-src="https://cdn.learnsql.com/lsc/assets/packshots/v1/small/sql-practice.png" width="303" height="199" alt=""> </div> </div> <div class="learningPathSection__itemBody"> <p class="learningPathSection__itemHeading">Pratica su SQL</p> <p class="learningPathSection__itemDescription">Ottima scelta per chi desidera consolidare la propria comprensione di SQL. Questo percorso metterà alla prova le tue conoscenze di base in SQL e ti mostrerà dove è necessario migliorare.</p> </div> <div class="learningPathSection__itemFooter"> <span class="learningPathSection__itemMoreButton"> <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M16.6269 12.75H5.25C5.03718 12.75 4.85898 12.6782 4.7154 12.5347C4.5718 12.3911 4.5 12.2129 4.5 12.0001C4.5 11.7872 4.5718 11.609 4.7154 11.4655C4.85898 11.3219 5.03718 11.2501 5.25 11.2501H16.6269L11.4577 6.08083C11.309 5.93211 11.2356 5.75808 11.2375 5.55873C11.2394 5.35936 11.3179 5.18212 11.4731 5.027C11.6282 4.88214 11.8038 4.80714 12 4.802C12.1961 4.79687 12.3718 4.87187 12.5269 5.027L18.8672 11.3674C18.9608 11.461 19.0269 11.5597 19.0653 11.6635C19.1038 11.7674 19.123 11.8795 19.123 12.0001C19.123 12.1206 19.1038 12.2327 19.0653 12.3366C19.0269 12.4404 18.9608 12.5391 18.8672 12.6327L12.5269 18.9731C12.3884 19.1116 12.217 19.1824 12.0125 19.1856C11.808 19.1888 11.6282 19.118 11.4731 18.9731C11.3179 18.818 11.2404 18.6398 11.2404 18.4385C11.2404 18.2372 11.3179 18.059 11.4731 17.9039L16.6269 12.75Z" fill="currentColor"/> </svg> </span> </div> </a> </li> </ul> </div> <div class="learningPathSection__footer"> <a class="learningPathSection__button" href="/corsi/">Mostra tutti i corsi SQL</a> </div> </section> </div> </div> <div class="xsection"> <div class="xcontainer"> <section class="sqlLibrarySection" id="sql-library"> <div class="sqlLibrarySection__header"> <p class="sqlLibrarySection__headline">Scopri di più</p> <h2 class="sqlLibrarySection__heading">Libreria SQL</h2> <p class="sqlLibrarySection__description">Approfondisci la vasta gamma di tutorial, blog, guide, schede informative e molto altro ancora. Impara tutto quello che devi sapere su SQL e i suoi dialetti in un unico posto.</p> </div> <div class="sqlLibrarySection__body"> <ul class="sqlLibrarySection__list"> <li class="sqlLibrarySection__listItem"> <a href="/blog/" class="sqlLibrarySection__item"> <div class="sqlLibrarySection__itemBody"> <svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.57376 45.9485C6.19871 45.9485 5.88434 45.8206 5.63063 45.5647C5.37688 45.3088 5.25 44.9917 5.25 44.6135C5.25 44.2352 5.37686 43.9219 5.63057 43.6736C5.88428 43.4253 6.19866 43.3012 6.5737 43.3012H49.4262C49.8012 43.3012 50.1156 43.4291 50.3693 43.685C50.623 43.9409 50.7499 44.258 50.7499 44.6363C50.7499 45.0146 50.623 45.3278 50.3693 45.5761C50.1156 45.8244 49.8012 45.9485 49.4262 45.9485H6.57376ZM12.0233 36.8845C11.6449 36.8845 11.3317 36.7576 11.0834 36.5039C10.8351 36.2502 10.7109 35.9358 10.7109 35.5608V20.8743C10.7109 20.4992 10.8389 20.1849 11.0948 19.9312C11.3507 19.6775 11.6678 19.5506 12.0461 19.5506C12.4243 19.5506 12.7376 19.6775 12.9859 19.9312C13.2342 20.1849 13.3583 20.4992 13.3583 20.8743V35.5608C13.3583 35.9358 13.2304 36.2502 12.9745 36.5039C12.7186 36.7576 12.4015 36.8845 12.0233 36.8845ZM21.029 36.8845C20.6507 36.8845 20.3374 36.7576 20.0891 36.5039C19.8409 36.2502 19.7167 35.9358 19.7167 35.5608V11.3749C19.7167 10.9999 19.8447 10.6855 20.1006 10.4318C20.3564 10.1781 20.6735 10.0513 21.0518 10.0513C21.4301 10.0513 21.7434 10.1781 21.9917 10.4318C22.2399 10.6855 22.3641 10.9999 22.3641 11.3749V35.5608C22.3641 35.9358 22.2361 36.2502 21.9802 36.5039C21.7243 36.7576 21.4073 36.8845 21.029 36.8845ZM30.0572 36.8845C29.6789 36.8845 29.3656 36.7576 29.1173 36.5039C28.8691 36.2502 28.7449 35.9358 28.7449 35.5608V11.3749C28.7449 10.9999 28.8729 10.6855 29.1288 10.4318C29.3846 10.1781 29.7017 10.0513 30.08 10.0513C30.4583 10.0513 30.7716 10.1781 31.0199 10.4318C31.2681 10.6855 31.3923 10.9999 31.3923 11.3749V35.5608C31.3923 35.9358 31.2643 36.2502 31.0084 36.5039C30.7525 36.7576 30.4355 36.8845 30.0572 36.8845ZM45.1661 36.2164C44.8293 36.4016 44.4924 36.4562 44.1553 36.3805C43.8183 36.3047 43.565 36.1063 43.3955 35.7851L35.8032 22.7769C35.5908 22.4388 35.5351 22.0895 35.6361 21.7287C35.7371 21.368 35.9554 21.0943 36.2912 20.9076C36.612 20.7358 36.9529 20.6938 37.3139 20.7816C37.6749 20.8693 37.9476 21.0737 38.132 21.3948L45.6301 34.4615C45.8185 34.7845 45.8688 35.1153 45.7808 35.4537C45.6929 35.7921 45.4879 36.0463 45.1661 36.2164Z" fill="currentColor"/> </svg> <div class="sqlLibrarySection__itemHeading">Articoli </div>Tutorial illuminanti e consigli degli esperti </div> <div class="sqlLibrarySection__itemFooter"> <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M16.6269 12.75H5.25C5.03718 12.75 4.85898 12.6782 4.7154 12.5347C4.5718 12.3911 4.5 12.2129 4.5 12.0001C4.5 11.7872 4.5718 11.609 4.7154 11.4655C4.85898 11.3219 5.03718 11.2501 5.25 11.2501H16.6269L11.4577 6.08083C11.309 5.93211 11.2356 5.75808 11.2375 5.55873C11.2394 5.35936 11.3179 5.18212 11.4731 5.027C11.6282 4.88214 11.8038 4.80714 12 4.802C12.1961 4.79687 12.3718 4.87187 12.5269 5.027L18.8672 11.3674C18.9608 11.461 19.0269 11.5597 19.0653 11.6635C19.1038 11.7674 19.123 11.8795 19.123 12.0001C19.123 12.1206 19.1038 12.2327 19.0653 12.3366C19.0269 12.4404 18.9608 12.5391 18.8672 12.6327L12.5269 18.9731C12.3884 19.1116 12.217 19.1824 12.0125 19.1856C11.808 19.1888 11.6282 19.118 11.4731 18.9731C11.3179 18.818 11.2404 18.6398 11.2404 18.4385C11.2404 18.2372 11.3179 18.059 11.4731 17.9039L16.6269 12.75Z" fill="currentColor"/> </svg> </div> </a> </li> <li class="sqlLibrarySection__listItem"> <a href="/blog/tags/sql-cheat-sheet/" class="sqlLibrarySection__item"> <div class="sqlLibrarySection__itemBody"> <svg width="57" height="56" viewBox="0 0 57 56" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M26.9619 50.1665C25.7443 50.1665 24.5769 49.9182 23.4596 49.4216C22.3423 48.925 21.4186 48.1996 20.6887 47.2453L9.56953 32.8056C9.35716 32.5304 9.25098 32.2238 9.25098 31.8858C9.25098 31.5477 9.36912 31.253 9.60541 31.0018L9.79388 30.8358C10.2037 30.3871 10.7081 30.1096 11.3072 30.0034C11.9062 29.8972 12.4771 29.9862 13.0201 30.2704L19.7599 33.6537V13.6186C19.7599 13.2435 19.8878 12.9291 20.1437 12.6754C20.3996 12.4217 20.7167 12.2949 21.095 12.2949C21.4733 12.2949 21.7866 12.4217 22.0348 12.6754C22.2831 12.9291 22.4073 13.2435 22.4073 13.6186V35.2458C22.4073 35.8847 22.1403 36.3639 21.6063 36.6834C21.0723 37.0029 20.5287 37.022 19.9753 36.7408L13.4015 33.4248L22.8829 45.6703C23.3779 46.3045 23.9837 46.7712 24.7003 47.0704C25.4168 47.3695 26.1707 47.5191 26.9619 47.5191H37.7534C39.3508 47.5191 40.7 46.9724 41.8009 45.879C42.9017 44.7856 43.4522 43.4402 43.4522 41.8428V32.6217C43.4522 31.5792 43.0995 30.7053 42.3943 30C41.6891 29.2948 40.8152 28.9422 39.7727 28.9422H29.2951C28.9201 28.9422 28.6057 28.8142 28.352 28.5583C28.0983 28.3024 27.9714 27.9853 27.9714 27.6071C27.9714 27.2288 28.0983 26.9155 28.352 26.6672C28.6057 26.4189 28.9201 26.2948 29.2951 26.2948H39.7727C41.5301 26.2948 43.024 26.9099 44.2542 28.1401C45.4844 29.3704 46.0996 30.8642 46.0996 32.6217V41.8412C46.0996 44.1726 45.2899 46.143 43.6707 47.7524C42.0515 49.3618 40.0791 50.1665 37.7534 50.1665H26.9619ZM27.926 18.891C27.5345 18.891 27.2146 18.7648 26.9663 18.5126C26.718 18.2603 26.5939 17.9477 26.5939 17.5748C26.5939 17.4965 26.6492 17.2696 26.7599 16.8942C27.0471 16.4126 27.2684 15.8949 27.424 15.341C27.5795 14.7871 27.6573 14.2037 27.6573 13.5907C27.6573 11.7768 27.0174 10.2323 25.7376 8.95732C24.4578 7.68235 22.9037 7.04486 21.0754 7.04486C19.2471 7.04486 17.6958 7.68398 16.4214 8.96222C15.147 10.2405 14.5098 11.7927 14.5098 13.6187C14.5098 14.2169 14.5876 14.792 14.7432 15.3439C14.8987 15.8958 15.1201 16.4126 15.4073 16.8942C15.4582 16.9923 15.4986 17.0912 15.5285 17.1911C15.5584 17.2909 15.5733 17.4199 15.5733 17.5781C15.5733 17.9506 15.447 18.2625 15.1944 18.5139C14.9418 18.7653 14.6184 18.891 14.2242 18.891C13.9809 18.891 13.7556 18.8319 13.5482 18.7137C13.3408 18.5956 13.181 18.4215 13.0688 18.1914C12.6625 17.5061 12.3598 16.7763 12.1609 16.002C11.962 15.2277 11.8625 14.4225 11.8625 13.5863C11.8625 11.0412 12.7621 8.87341 14.5612 7.08301C16.3603 5.29264 18.5344 4.39746 21.0836 4.39746C23.6328 4.39746 25.8069 5.29264 27.606 7.08301C29.4051 8.87341 30.3047 11.0461 30.3047 13.601C30.3047 14.4321 30.2013 15.2362 29.9944 16.0133C29.7876 16.7903 29.4931 17.5132 29.1111 18.182C28.989 18.4183 28.8243 18.5956 28.617 18.7137C28.4097 18.8319 28.1794 18.891 27.926 18.891Z" fill="currentColor"/> </svg> <div class="sqlLibrarySection__itemHeading">Prontuario</div> Suggerimenti pratici per padroneggiare le query e i comandi SQL </div> <div class="sqlLibrarySection__itemFooter"> <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <path d="M16.6269 12.75H5.25C5.03718 12.75 4.85898 12.6782 4.7154 12.5347C4.5718 12.3911 4.5 12.2129 4.5 12.0001C4.5 11.7872 4.5718 11.609 4.7154 11.4655C4.85898 11.3219 5.03718 11.2501 5.25 11.2501H16.6269L11.4577 6.08083C11.309 5.93211 11.2356 5.75808 11.2375 5.55873C11.2394 5.35936 11.3179 5.18212 11.4731 5.027C11.6282 4.88214 11.8038 4.80714 12 4.802C12.1961 4.79687 12.3718 4.87187 12.5269 5.027L18.8672 11.3674C18.9608 11.461 19.0269 11.5597 19.0653 11.6635C19.1038 11.7674 19.123 11.8795 19.123 12.0001C19.123 12.1206 19.1038 12.2327 19.0653 12.3366C19.0269 12.4404 18.9608 12.5391 18.8672 12.6327L12.5269 18.9731C12.3884 19.1116 12.217 19.1824 12.0125 19.1856C11.808 19.1888 11.6282 19.118 11.4731 18.9731C11.3179 18.818 11.2404 18.6398 11.2404 18.4385C11.2404 18.2372 11.3179 18.059 11.4731 17.9039L16.6269 12.75Z" fill="currentColor"/> </svg> </div> </a> </li> </ul> </div> </section> </div> </div> </main> </div> <div class="redesign"> <footer class="footer"> <div class="footer__container"> <div class="footer__decor"> <img data-src="/lsc/25.1.9/img/new/bg/footer-backdrop.svg" width="991" height="486" alt="" class="lazyload"> </div> <div class="footer__main"> <div class="footer__part1"> <div class="footer__header"> <div> <a href="/" class="footer__logoLink" aria-label="Mainpage Learnsql"> <img data-src="/lsc/25.1.9/img/new/logo/logo_it--white.svg" class="lazyload" width="101" heigh="30" alt=""> </a> </div> <div> <a class="footer__trustpilot" href="https://www.trustpilot.com/review/learnsql.com" target="_blank"> <span> Excellent <img class="lazyload" data-src="/lsc/25.1.9/img/new/trustpilot-stars-4.5.svg" width="96" height="18" alt="4.5"> </span> <img class="lazyload" data-src="/lsc/25.1.9/img/new/trustpilot-logo--white.svg" width="83" height="21" alt="Trustpilot"> </a> </div> </div> <div class="footer__quickLinks"> <nav labelledby="footer-quick-links-heading"> <h2 class="footer__heading" id="footer-quick-links-heading">Collegamenti rapidi</h2> <ul class="footer__quickLinksList"> <li class="footer__quickLinksListItem"><a href="/corsi/">Corsi</a></li> <li class="footer__quickLinksListItem"><a href="/prezzi/">Prezzi</a></li> <li class="footer__quickLinksListItem"><a href="/per-studenti/">Per gli studenti</a></li> <li class="footer__quickLinksListItem"><a href="/programma-di-affiliazione/">Programma di affiliazione</a></li> <li class="footer__quickLinksListItem"><a href="/blog/">Blog</a></li> <li class="footer__quickLinksListItem"><a href="https://learnpython.com/">LearnPython.com</a></li> <li class="footer__quickLinksListItem"><a href="https://vertabelo.com/">Vertabelo.com</a></li> </ul> </nav> </div> <div class="footer__assistance"> <h2 class="footer__heading">Assistenza</h2> <p class="footer__assistanceContent">Hai bisogno di assistenza? Scrivici a contact@learnsql.it</p> <a class="footer__assistanceButton" href="mailto:contact@learnsql.it">Scrivici</a> </div> <div class="footer__languages"> <h2 class="footer__heading">Lingua</h2> <div class="footer__languagesList"> <a href="https://learnsql.com/" class="footer__languagesListLink" aria-label=English>EN</a> <a href="https://learnsql.de/" class="footer__languagesListLink" aria-label=Deutsch>DE</a> <a href="https://learnsql.fr/" class="footer__languagesListLink" aria-label=Français>FR</a> <a href="https://learnsql.com.br/" class="footer__languagesListLink" aria-label=Português>PT</a> <a aria-disabled="true" class="footer__languagesListLink disabled" aria-label=Italiano>IT</a> <a href="https://learnsql.es/" class="footer__languagesListLink" aria-label=Español>ES</a> </div> </div> </div> <hr class="footer__hr"></hr> <div class="footer__part2"> <div class="footer__policies"> <nav> <ul class="footer__policiesList"> <li class="footer__policiesListItem"><a href="/files/terms-of-service/">Termini di servizio</a></li> <li class="footer__policiesListItem"><a href="/files/privacy-policy/">Informativa sulla privacy</a></li> <li class="footer__policiesListItem"><a href="/imprint/">Impressum</a></li> </ul> </nav> </div> <div class="footer__social" aria-label="Seguici"> <a class="footer__socialLink" href="https://www.linkedin.com/company/learnsql-com/" aria-label="Linkedin LearnSQL.com"> <svg role="img" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon--ico_linkedin"> <use xlink:href="/lsc/25.1.9/img/sprite.svg#ico_linkedin"></use> </svg> </a> <a class="footer__socialLink" href="https://www.youtube.com/channel/UCMbqEtWNIz5mEqrblj_axBA?view_as=subscriber" aria-label="YouTube We Learn SQL"> <svg role="img" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon--ico_yt"> <use xlink:href="/lsc/25.1.9/img/sprite.svg#ico_yt"></use> </svg> </a> </div> <div class="footer__copyright"> Copyright ©2016-<span id="current-year">2018</span> <a href="https://www.vertabelo.com/">Vertabelo SA</a> Tutti i diritti riservati <script type="text/javascript"> document.getElementById("current-year").innerHTML = new Date().getFullYear(); </script> </div> </div> </div> </div> </footer> </div> </body> <script type="text/javascript"> window.lscI18N = { "common.course_block.level.intermediate": "Intermedio", "mainpage.most_popular.collapse": "Nascondi", "mainpage.methodology.description": "Prova il nostro efficace approccio di apprendimento pratico. Partecipa a esercizi interattivi che ti forniranno competenze e conoscenze reali. Impara al tuo ritmo e vedi i tuoi miglioramenti rapidamente - niente fronzoli - solo l\u0027essenziale di cui hai bisogno per la tua carriera e i tuoi futuri progetti di database.\u003cbr\u003e\u003cbr\u003eRaggiungi il tuo pieno potenziale con sfide pratiche che portano a veri progressi. Questo è il modo migliore per imparare SQL!", "layout.loading": "Caricamento...", "layout.footer.courses": "Corsi", "layout.header.menu.certification.assessment": "Valutazione delle competenze SQL", "layout.header.menu.create_free_account": "Crea un account gratuito", "mainpage.methodology.header": "La migliore esperienza di \u003cspan class\u003d\"u1\"\u003eapprendimento\u003c/span\u003e\u003cbr class\u003d\"br-lg\"\u003e", "mainpage.intro.promo.description": "Sconto del {1}% sul nostro pacchetto Tutti Per Sempre: tutti i nostri corsi pratici di SQL.", "common.flash_sale.time_left": "{0}h : {1}m : {2}s", "common.flash_sale.duration_label.one_hour": "Solo per 1 ora!", "mainpage.intro.description": "Padroneggia SQL con il più completo set di {0} corsi SQL online pratici per principianti ed esperti.", "mainpage.most_popular.header": "I percorsi e i corsi più popolari", "mainpage.intro.button.watch": "Guarda in azione", "layout.header.menu.team_portal": "Portale del team", "mainpage.intro.all-forever.description": "Ottieni accesso a vita a tutti i percorsi e corsi SQL presenti e futuri.", "layout.header.menu.for_students": "Per gli studenti", "layout.footer.back_to_home": "Torna alla home", "mainpage.explore_the_offer.description": "Sia che tu voglia imparare l\u0027SQL per visualizzare e analizzare i tuoi dati e ottenere informazioni utili, sia apprendere a memorizzare, gestire e ottimizzare i dati in un database relazionale, nei nostri corsi c’è ciò che ti serve.", "layout.header.menu.payment_and_billing": "Pagamenti e fatturazione", "mainpage.intro.promo.badge": "{0}% OFF", "mainpage.test.format": "Primo parametro \u003d {0}", "common.flash_sale.duration_label.minutes": "solo pochi minuti!", "layout.header.menu.close": "CHIUDI", "layout.mailing.button.subscribe": "Iscriviti", "common.course_block.button.details": "Dettagli", "layout.footer.for_students": "Per gli studenti", "common.flash_sale.duration_label.days": "solo per {0} giorni!", "layout.footer.imprint": "Impressum", "mainpage.brands.description": "Apprezzato da chi l\u0027ha seguito, anche tra le principali imprese del settore", "mainpage.intro.promo.header": "Black Week 2023", "layout.header.menu.sql_library": "Libreria SQL", "mainpage.testimonials.header": "Unisciti agli \u003cspan class\u003d\"nowrap\"\u003eoltre 1.000.000 di\u003c/span\u003e studenti felici", "mainpage.intro.pre_header": "La migliore piattaforma per imparare SQL", "layout.header.menu.pricing": "Prezzi", "mainpage.intro.header": "Impara ed esercitati con SQL", "layout.header.menu.my_profile": "Il mio profilo", "common.course_block.level.advanced": "Avanzato", "common.price_in": "Prezzi in", "layout.footer.blog": "Blog", "layout.header.menu.logout": "Esci", "layout.header.menu.menu": "MENU", "common.flash_sale.duration_label.hours": "solo per {0} ore!", "layout.footer.languages": "Lingua", "common.flash_sale.badge": "\u003cspan\u003e{0}%\u003c/span\u003e OFF", "mainpage.intro.button.start": "Inizia ora", "mainpage.explore_the_offer.pre_header": "Percorso di apprendimento", "mainpage.sql_library.item.articles.header": "Articoli", "mainpage.explore_the_offer.button.course_explorer": "Mostra tutti i corsi SQL", "layout.header.menu.log_in": "Accedi", "layout.footer.follow_us": "Seguici", "layout.footer.privacy_policy": "Informativa sulla privacy", "mainpage.intro.button.check_now": "Scopri di più", "layout.mailing.header": "Iscriviti alla nostra newsletter", "mainpage.sql_library.header": "Libreria SQL", "mainpage.testimonials.pre_header": "Prova il nostro sito e", "common.course_block.type.Track": "Percorso", "layout.footer.quick_links": "Collegamenti rapidi", "layout.footer.copyright": "Copyright", "layout.footer.terms_of_service": "Termini di servizio", "layout.footer.need_assistance": "Hai bisogno di assistenza? Scrivici a {0}", "layout.header.menu.skip-navigation": "Salta la navigazione", "layout.mailing.form.email": "Indirizzo e-mail", "layout.header.menu.articles": "Articoli", "layout.header.menu.cheat_sheet": "Prontuarios", "layout.footer.all_rights_reserved": "Tutti i diritti riservati", "layout.header.menu.certification.certificate": "Certificato di competenza in SQL", "common.course_block.level.basic": "Base", "mainpage.sql_library.description": "Approfondisci la vasta gamma di tutorial, blog, guide, schede informative e molto altro ancora. Impara tutto quello che devi sapere su SQL e i suoi dialetti in un unico posto.", "mainpage.explore_the_offer.header": "Scegli il percorso di apprendimento di SQL più adatto a te", "layout.header.menu.courses": "Corsi", "mainpage.methodology.button.start": "Inizia ora. Metti alla prova il tuo livello di SQL!", "mainpage.most_popular.expand": "Mostra di più", "layout.header.menu.certification": "Certificazione", "common.course_block.type.Course": "Corso", "common.flash_sale.time_left_with_days": "{0}g: {1}h: {2}m: {3}s", "mainpage.intro.button.for_students": "Per gli studenti", "mainpage.sql_library.item.articles.description": "", "layout.footer.assistance": "Assistenza", "layout.test.test": "it", "layout.header.menu.cookbook": "Cookbook", "layout.footer.affiliate_program": "Programma di affiliazione", "mainpage.explore_the_offer.codeEditor.header": "Editor di codice", "mainpage.test.test": "it", "layout.header.menu.dashboard": "Dashboard", "layout.footer.write_to_us": "Scrivici", "mainpage.testimonials.description": "Prova e unisciti a \u003cspan class\u003d\"nowrap\"\u003eoltre 1.500.000\u003c/span\u003e di studenti soddisfatti", "layout.footer.pricing": "Prezzi", "layout.price_excludes_vat": "", "mainpage.sql_library.pre_header": "Scopri di più", "layout.mailing.description": "Iscriviti alla nostra newsletter settimanale per essere informato sugli ultimi post.", "layout.footer.cookbook": "Cookbook", "layout.header.menu.language": "Elenco delle lingue" }; </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10