Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
SQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_lcapSQL Full Course in 1.5 H: From Basics to Advanced  Topics Voting_barSQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_rcap 
tano1221
SQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_lcapSQL Full Course in 1.5 H: From Basics to Advanced  Topics Voting_barSQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_rcap 
大†Shinegumi†大
SQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_lcapSQL Full Course in 1.5 H: From Basics to Advanced  Topics Voting_barSQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_rcap 
ПΣӨƧӨFƬ
SQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_lcapSQL Full Course in 1.5 H: From Basics to Advanced  Topics Voting_barSQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_rcap 
ℛeℙ@¢ᴋ€r
SQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_lcapSQL Full Course in 1.5 H: From Basics to Advanced  Topics Voting_barSQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_rcap 
ronaldinho424
SQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_lcapSQL Full Course in 1.5 H: From Basics to Advanced  Topics Voting_barSQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_rcap 
Engh3
SQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_lcapSQL Full Course in 1.5 H: From Basics to Advanced  Topics Voting_barSQL Full Course in 1.5 H: From Basics to Advanced  Topics Vote_rcap 
Octubre 2024
LunMarMiérJueVieSábDom
 123456
78910111213
14151617181920
21222324252627
28293031   
CalendarioCalendario
Últimos temas
» Agisoft Metashape Professional 2.2.0 Build 19195 (x64)
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 11:27 am por tano1221

» Watercolor Hand-Lettering For Beginners
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 4:11 am por missyou123

» Udemy-Boost Your Productivity with AI Tools
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 4:09 am por missyou123

» Trust Begins With You & Leads To Greater Aliveness & Success
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 4:07 am por missyou123

» The Power Of Upselling, Side-Selling And Down-Selling
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 4:04 am por missyou123

» The Generative AI Risk Mitigation Course for Small Business
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 4:02 am por missyou123

» Overcoming Alcoholism with the Help of Psychedelics
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 4:00 am por missyou123

» Medical Supply Training Book 1
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 3:58 am por missyou123

» Learn The Barber Masterclass Collection
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 3:56 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 SQL Full Course in 1.5 H: From Basics to Advanced Topics

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 74734
Fecha de inscripción : 20/08/2016

SQL Full Course in 1.5 H: From Basics to Advanced  Topics Empty
MensajeTema: SQL Full Course in 1.5 H: From Basics to Advanced Topics   SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyJue Mayo 11, 2023 2:22 am

SQL Full Course in 1.5 H: From Basics to Advanced  Topics Df743df306eec80efd8dd9e2c7b6fdc0

SQL Full Course in 1.5 H: From Basics to Advanced Topics
Published 5/2023
Created by Education Hub
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 45 Lectures ( 1h 21m ) | Size: 537 MB

From SQL query syntax to advanced concepts: indexes, query optimization, normal forms, SQL Injections. Interview prep.

What you'll learn
Exploring free tools to work with SQL (e.g., pgAdmin, VS Code, DBeaver, psql)
Deploy a free tier database with Amazon.
Learn basic SQL commands (ORDER BY ASC / DESC, OFFSET / LIMIT, LIKE, iLIKE, UNION (ALL), COALESCE, DATE, NOW(), INTERVAL, AGE)
Connecting Database to Tableau / Power BI and data visualization
Deploy a free tier database with AWS
Aggregate functions (SUM, ROUND, AVG, MAX, MIN, COUNT)
Searching and deleting duplicates, writing double joins, etc.
Joining multiple tables together (INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN)
How to use WHERE and HAVING clauses / DO UPDATE / DO NOTHING
Query optimization and increase performance of queries when working with big tables
How to use (CHECK) CONSTRAINTS, VIEWS, STORED PROCEDURES, TRANSACTIONS, WINDOW FUNCTIONS, COMMON TABLE EXPRESSIONS, FULL-TEXT SEARCH, CASE EXPRESSIONS, TRIGGERS
Exploring relations between tables (ONE TO ONE, ONE TO MANY, MANY TO MANY)
writing JOINS (JOINS: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN, CROSS JOIN)
SQL (NON) NORMAL FORMS (first normal form, second normal form and third normal form)
SQL INJECTIONS on practical examples: Rest API web / Authorization application injection with consequences of exploiting such injection
Pass practical tests to be prepared for an interview
Requirements
No programming experience needed
Description
Throughout this course, we will delve into a variety of essential topics to equip you with the necessary skills to work with SQL:Connecting Database to Tableau / Power BI and data visualization;Deploy a free tier database with Amazon;Exploring the free tools to work with SQL (e.g., pgAdmin, VS Code, DBeaver, psql);Learn basic SQL commands (ORDER BY ASC / DESC, OFFSET / LIMIT, LIKE, iLIKE, UNION (ALL), COALESCE, DATE, NOW(), INTERVAL, AGE);Writing subqueries;Aggregate functions (SUM, ROUND, AVG, MAX, MIN, COUNT);Understand when to use WHERE and HAVING clauses / DO UPDATE / DO NOTHING;How to optimize queries and increase performance of queries when working with big tables;How to use (CHECK) CONSTRAINTS, VIEWS, STORED PROCEDURES, TRANSACTIONS, WINDOW FUNCTIONS, COMMON TABLE EXPRESSIONS, FULL-TEXT SEARCH, CASE EXPRESSIONS, TRIGGERS;Exploring relations between tables (ONE TO ONE, ONE TO MANY, MANY TO MANY);Writing JOINS (JOINS: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN, CROSS JOIN);SQL (NON) NORMAL FORMS (first normal form, second normal form and third normal form);SQL INJECTIONS on practical examples: Rest API web / Authorization application injection with consequences of exploiting such injection.Pass practical tests to be prepared for an interview.Throughout the course, you will receive a detailed presentation with all the queries we discuss. This will help you consolidate your learning and provide you with a reference resource you can use later.I'm excited to guide you through this journey of SQL learning, and I hope that by the end of the course, you will feel confident in your ability to use SQL to solve a variety of problems.
Who this course is for
Data analysts, Database administrators, Software developers and anyone interested in SQL

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/50ff3b61c030352846599e05de8a6159/nhtqa.SQL.Full.Course.in.1.5.H.From.Basics.to.Advanced.Topics.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/81Ac26E139134496/nhtqa.SQL.Full.Course.in.1.5.H.From.Basics.to.Advanced.Topics.rar

nitroflare.com:
Código:

https://nitroflare.com/view/EF68D3F4624ABE5/nhtqa.SQL.Full.Course.in.1.5.H.From.Basics.to.Advanced.Topics.rar

1dl.net:
Código:

https://1dl.net/cowotgptm6l1/nhtqa.SQL.Full.Course.in.1.5.H.From.Basics.to.Advanced.Topics.rar
Volver arriba Ir abajo
 

SQL Full Course in 1.5 H: From Basics to Advanced Topics

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Full Introduction into Python Basics
» Special Education 101: Key Topics
» VPN for beginners - Advanced topics PART 2
» Extreme Java - Advanced Topics
» C# Advanced Topics - The Next Logical Step

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-