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 
ПΣӨƧӨ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 
大†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 
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 
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 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» CyberLink YouCam 10.1.4203.0 (x64) Multilingual
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 12:38 pm por tano1221

» PrintFab Pro XL 1.23
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 12:22 pm por tano1221

» reaConverter Pro 7.818 Multilingual
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 12:16 pm por tano1221

» Radiant Photo 1.3.1.481 Multilingual+ Addon Pack (x64) 
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 12:13 pm por tano1221

» 3delite MP4 Video & Audio Tag Editor 1.0.252.450
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 11:28 am por tano1221

» YT Saver 7.9.0 (x64) Multilingual
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 11:26 am por tano1221

» iTubeGo YouTube Downloader 7.9.0 (x64) Multilingual
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 11:23 am por tano1221

» TubeMate Downloader 5.17.6  [x86/x64][Español]
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 11:21 am por tano1221

» YT Downloader 9.9.5 Multilingual
SQL Full Course in 1.5 H: From Basics to Advanced  Topics EmptyHoy a las 11:12 am por tano1221

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 : 70352
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.

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