Other

Oracle SQL Tutorial 10 - Whitespace, Case Sensitivity, and Comments
Oracle SQL Tutorial 10 - Whitespace, Case Sensitivity, and Comments cashinvids 0 Views • 1 year ago

💯 FREE Courses (100+ hours) - https://calcur.tech/all-in-ones
🐍 Python Course - https://calcur.tech/python-courses

✅ Data Structures & Algorithms - https://calcur.tech/dsa-youtube

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

✉️ Newsletter - https://calcur.tech/newsletter
📸 Instagram - https://www.instagram.com/CalebCurry
🐦 Twitter - https://twitter.com/calebCurry
🔗 LinkedIn - https://www.linkedin.com/in/calebcurry
▶️ Subscribe - http://calcur.tech/subscribe
👨🏻‍🎓 Courses - https://www.codebreakthrough.com

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

↪ My Amazon Store - https://www.amazon.com/shop/calebcurry
🅿 Patreon - http://calcur.tech/patreon-calebcurry
🅖 GitHub Sponsors - https://github.com/sponsors/CalebCurry
Ⓟ Paypal - http://paypal.me/calcur

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
📈 Buy Bitcoin - https://calcur.tech/crypto
Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - https://calcur.tech/crypto

Avoid SQL injection attacks in PHP using PDO
Avoid SQL injection attacks in PHP using PDO cashinvids 2 Views • 1 year ago

Access the full course ➤ https://davehollingworth.net/mvcauthy

Taken from the course "Build a Complete Registration and Login System using PHP MVC".

How to prevent SQL Injection attacks in PHP using PDO. Use the PDO quote function or prepared statements to avoid the problem.

How to: Host your own SQL server | XAMPP Crash Course
How to: Host your own SQL server | XAMPP Crash Course cashinvids 1 Views • 1 year ago

Want to learn SQL? Well, using XAMPP you can easily set up your own free local SQL server that you can use like any other. It's a great place to practice and learn. You could even open it to the internet if you'd like to host a Database or website yourself, though I don't show that in this video.

Setting up XAMPP:
https://youtu.be/qqA8AJofRyE
Add modules to existing install: https://youtu.be/ahIJ8Bvsxv0

SQL Workbench: https://www.mysql.com/products/workbench/

Timestamps:
0:00 - Explanation
0:39 - Server config
1:05 - Accessing your server (phpMyAdmin)
1:53 - Downloading MySQL Workbench
2:50 - Accessing your server (MySQL Workbench)
5:00 - Creating a new table with MySQL Workbench
6:10 - Running SQL commands

-----------------------------
💸 Found this useful? Help me make more! Support me by becoming a member: https://youtube.com/channel/UC....kih2oVTbXPEpVwE-U7km
-----------------------------
💸 Direct donations via Ko-Fi: https://ko-fi.com/TCNOco
💬 Discuss video & Suggest (Discord): https://s.tcno.co/Discord
👉 Game guides & Simple tips: https://YouTube.com/TroubleChuteBasics
🌐 Website: https://tcno.co
📧 Need voice overs done? Business query? Contact my business email: TroubleChute (at) tcno.co

Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.

Online E-Print System Using PHP  & SQL | Bootstrap & Jquery in Urdu Part 003
Online E-Print System Using PHP & SQL | Bootstrap & Jquery in Urdu Part 003 cashinvids 0 Views • 1 year ago

Excercise your documents rights quickly and easily at home - or from the other side of the world.Submit your documents with any device with access to the internet from anywhere in the world.
The secrecy of your documents is maintained under the high security standards.
#Websourcecode
#EprintSystem
#FinalProjects
----------------------Previous Video--------------
https://youtu.be/O2yGKNXdFBY
----------------------Next Video------------------
https://youtu.be/U8_e3SvCH9c
----------------------Channel Subscribe-----------
https://www.youtube.com/channe....l/UC4UZzjSJNFb8belea
----------------------Facebook Page---------------
https://www.facebook.com/Webso....urecode-153899961956
-------------------How to Download Jqueyr & bootstrap--------
https://youtu.be/i2ajVZ5Kb-o
----------------The difference between POST and GET method-----
https://youtu.be/i7JMgo7xBQQ
###############################################################
Tools::::::::::
#PHP
#SQL
#Jquery
#Bootstrap
Area:::::::::::
Admin Panel: To Control All very things
Student Panel: To Submit Documents
Shopkeeper Panel: To Print Documents Submitted by Students
Hash:::::::::
#websourcecode
#eprintSystem
#finalprojects
...........................................
Query::::
Any query regarding this tutorial send your query in comment box.

1. How to create Database and Tables in PHP MySql,
2. How to Create Connection with Database in PHP MySQL,
3. How to Insert data in database with PHP MySQL,
4. How to Select/Display/View/Retrieve data from database with PHP MySQL,
5. How to update table data with PHP MySQL,
6. How to Delete entries from tables in PHP MYSQL,

#onlinevotingsystem
#phptutorials
#projectinphp
#onlineworkinsql
#howtolearnphp
#phpinurdu
#onlineproject
#sourcecode
#finalyearproject
#php2019
#sqlandphp
#onlinevotinginsql

SQL Full Course | SQL Tutorial For Beginners | Learn SQL (Structured Query Language) | Edureka
SQL Full Course | SQL Tutorial For Beginners | Learn SQL (Structured Query Language) | Edureka cashinvids 1 Views • 1 year ago

🔥 Edureka SQL Course Training (Use Code "𝐘𝐎𝐔𝐓𝐔𝐁𝐄𝟐𝟎"): https://www.edureka.co/microso....ft-sql-server-certif
This Edureka SQL Full Course video will cover all the topics of Structured Query Language (SQL) starting from scratch. This SQL tutorial for beginners is great for beginners who want to learn SQL and for professionals who want to brush up their SQL skills. The following topics are covered in this SQL tutorial:
00:00 Introduction
2:00 What is RDBMS?
2:54 Normalization in DBMS
3:44 Normalization Types in DBMS
10:00 Data Types in SQL

***Database Commands***
17:03 Create Database Objects
25:04 Alter Table Statements
30:47 Drop Table Statements
32:05 Various Constraints
57:54 Creating Views

***Table Commands***
1:02:18 Insert Statements
1:07:47 Insert – As- Select Statement
1:13:58 Update Statements
1:20:05 Delete Statements
1:22:47 Select Statement
1:28:01 Select Statement: Alias
1:31:39 Select Statement: Distinct Values
1:32:49 Sorting
1:36:20 Filtering

***Comparison Operators***
1:45:29 NOT IN
1:45:58 IN
1:48:10 Symbols
1:49:21 Example
1:29:29 LIKE
1:52:37 CASE Expression

***Joins***
1:56:23 Joins
1:57:15 Self-Join
1:58:36 Inner Join
2:14:24 Left outer Join
2:19:46 Right outer Join
2:24:32 Full outer join
2:28:12 Cross Join

***Functions***
2:34:17 SQL Built-in Functions
2:37:20 Conversion Function
2:42:16 Logical Functions
2:48:44 Math Function
2:54:45 Aggregate Functions
3:02:28 String Functions
3:09:00 Date & Time Functions
3:11:55 Custom Functions
3:19:01 Stored Procedure
3:43:44 User Defined Functions
4:02:57 Triggers

Subscribe to our Edureka YouTube channel and hit the bell icon to get video updates: https://goo.gl/6ohpTV

📢📢 𝐓𝐨𝐩 𝟏𝟎 𝐓𝐫𝐞𝐧𝐝𝐢𝐧𝐠 𝐓𝐞𝐜𝐡𝐧𝐨𝐥𝐨𝐠𝐢𝐞𝐬 𝐭𝐨 𝐋𝐞𝐚𝐫𝐧 𝐢𝐧 2023 𝐒𝐞𝐫𝐢𝐞𝐬 📢📢
⏩ NEW Top 10 Technologies To Learn In 2023 - https://youtu.be/udD_GQVDt5g

------------------------

📌𝐓𝐞𝐥𝐞𝐠𝐫𝐚𝐦: https://t.me/edurekaupdates
📌𝐓𝐰𝐢𝐭𝐭𝐞𝐫: https://twitter.com/edurekain
📌𝐋𝐢𝐧𝐤𝐞𝐝𝐈𝐧: https://www.linkedin.com/company/edureka
📌𝐈𝐧𝐬𝐭𝐚𝐠𝐫𝐚𝐦: https://www.instagram.com/edureka_learning/
📌𝐅𝐚𝐜𝐞𝐛𝐨𝐨𝐤: https://www.facebook.com/edurekaIN/
📌𝐒𝐥𝐢𝐝𝐞𝐒𝐡𝐚𝐫𝐞: https://www.slideshare.net/EdurekaIN
📌𝐂𝐚𝐬𝐭𝐛𝐨𝐱: https://castbox.fm/networks/505?country=IN
📌𝐌𝐞𝐞𝐭𝐮𝐩: https://www.meetup.com/edureka/
📌𝐂𝐨𝐦𝐦𝐮𝐧𝐢𝐭𝐲: https://www.edureka.co/community/

-------------------

How does it work?

1. This is a 4 Week Instructor-led Online Course.
2. The course consists of 24 hours of online classes, 25 hours of assignment, 20 hours of project
3. We have a 24x7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.
4. You will get Lifetime Access to the recordings in the LMS.
5. At the end of the training, you will have to complete the project based on which we will provide you with a Verifiable Certificate!

- - - - - - - - - - - - - -

About the Course

MySQL DBA Certification Training trains you on the core concepts & advanced tools and techniques to manage data and administer the MySQL Database. It includes hands-on learning on concepts like MySQL Workbench, MySQL Server, Data Modeling, MySQL Connector, Database Design, MySQL Command line, MySQL Functions etc. End of the training you will be able to create and administer your own MySQL Database and manage data.

- - - - - - - - - - - - - -

Who should go for this course?

This course can be beneficial for people having the below professional background:
Database Developers
Application Developers
Database Designers
Database Administrators
- - - - - - - - - - - - - -

Project

In the project you will be creating a Database using MySQL on SALARY MANAGEMENT SYSTEM:-

• Employee list to be maintained having id, name, designation, experience
• Salary details having employee id, current salary
• Salary in hand details having employee id, CTC salary, pf deduction or any other deduction and net salary to be given and also maintain details of total savings of employee
• Salary increment to be given by next year if any depending upon constraints
• Deduction in monthly salary if any depending upon any discrepancy in work and amount to be deducted.

- - - - - - - - - - - - - -
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.

For more information, please write back to us at sales@edureka,in or call us at IND: 9606058406 / US: 18338555775 (toll-free).

Do WordPress Freelancers need PHP and SQL?
Do WordPress Freelancers need PHP and SQL? cashinvids 1 Views • 1 year ago

🔥 PREMIUM DEVELOPER MENTORING PROGRAM:
https://studioweb.com/mentoring/

🔥 CODER'S CAREER PATHS WEBINAR - FREE 29 MINUTE VIDEO:
https://newsletters.stefanmisc....hook.com/coders_care

🔥 LIZARD WIZARD KOMODO - TRANSFORMATIONAL MIND TRAINING:
https://newsletters.stefanmischook.com/komodo

*************

Channel Discord Server: https://discord.gg/JvavajCw2b

WEB HOST PAYS FOR YOUR WEB DESIGN TRAINING IN 2021:
https://www.killersites.com/bl....og/2020/web-hosting-

POPULAR & EASY CODING COURSES:
Full stack web developer course: https://school.studioweb.com/s....tore/course/complete
Python 3 Foundations & Certification: https://school.studioweb.com/store/course/python_3_foundations__&_certification_package
Complete Freelancer: https://school.studioweb.com/s....tore/course/complete
Complete Entrepreneur: https://school.studioweb.com/s....tore/course/complete


*************


🦎 Lizard Wizard Course:
https://school.studioweb.com/s....tore/course/lizard_w

📚 BOOKS TO READ:
My Beginners HTML5, CSS3: https://amzn.to/2wKsVTh
… Complements Studioweb courses on HTML5, CSS3 and JavaScript.

Refactoring: Improving the Design of Existing Code (2nd Edition) https://amzn.to/3o5cTbw
HeadFirst Design Patterns: https://amzn.to/2LQ0Gdh
Java Refactoring: Improving the Design of Existing Code (1st Edition) https://amzn.to/3a9nSsZ

The Naked Ape:
https://amzn.to/3fhS1Lj

✉️ STAY IN CONTACT:
Stef's social links:
Instagram: https://www.instagram.com/stefanmischook/?hl=en
Twitter: https://twitter.com/killersites

Stef's business channel:
https://www.youtube.com/channe....l/UCZdr0ql_B240VBVIN

👉 GOOGLE REVIEW:
https://g.page/studioWebedu/review?mt
Leave a Google review about Stef.

READ MY GOOGLE REVIEWS:
https://bit.ly/2MUii8x

MY MOUSE & KEYBOARD:
Logitech Keyboard I use: https://amzn.to/38jYDqE
Logitech mouse I use: https://amzn.to/2IeVvBj

SUPPLEMENTS THAT WORK AMAZING FOR ME:

Protein Essentials Beef Gelatine Powder:
https://amzn.to/2Pf52vL

... Healed my very bad knee. If you have joint problems, this *could do miracles for you.

Webber Naturals 88862 Glucosamine Chondroitin
https://amzn.to/3ss9WEa


MY CAMERA GEAR:
Godox VL150 lights: https://amzn.to/3lhsYZP
Sigma 18-35 lens: https://amzn.to/33sRh0T
Canon EOS C70 Cinema Camera

Thanks!

Stef

#mentoring #developermentoring #unclestef #codingcoach

PHP PDO Tutorial Part 1 - Prepared Statements - SQL Injection - Full PHP 8 Tutorial
PHP PDO Tutorial Part 1 - Prepared Statements - SQL Injection - Full PHP 8 Tutorial cashinvids 2 Views • 1 year ago

In this lesson, you will learn how to connect to the database from PHP using PHP Data Objects or in short PDO. PDO provides data access layer abstraction where common methods can be used to interact with different databases like MySQL, SQLite, and so on. You will learn about prepared statements, what SQL injection is & how it works, how to prevent SQL injection, learn about the difference between binding params by value or by reference, the difference between placeholders & named parameters, emulated prepares & so on.

NOTE: If you have concerns/questions about 15:28 please watch the beginning of Part 2 of the PDO lesson, I address & explain there. This is just a debug query & to save an extra line I decided to pass an integer directly to the query. I don't recommend you do that, even though this particular example has no SQL Injection vulnerability, someone might make a mistake & introduce the vulnerability.
https://www.youtube.com/watch?v=e6yLUvpcOZo

SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
⭐ Become a Patreon: https://www.patreon.com/programwithgio
THANK YOU!

LESSON 2.30
Course Outline - https://github.com/ggelashvili..../learnphptherightway
Course Playlist - https://www.youtube.com/playli....st?list=PLr3d3QYzkw2

RESOURCES
https://www.php.net/manual/en/book.pdo.php
https://www.php.net/manual/en/pdo.connections.php
https://www.php.net/manual/en/....pdo.error-handling.p
https://www.php.net/manual/en/class.pdo.php
https://www.php.net/manual/en/....class.pdostatement.p
https://www.php.net/manual/en/pdo.constants.php
https://www.php.net/manual/en/ref.pdo-mysql.php
https://github.com/php/php-src..../blob/master/ext/pdo

CHAPTERS
00:00 - Intro
01:12 - Install/enable PDO MySQL
02:45 - PDO connection
05:52 - Error modes
06:34 - Run queries & fetch data
07:36 - Fetch modes
09:14 - Prepared statements & SQL injection
10:12 - SQL injection example
13:43 - Placeholders, named parameters & the difference between them
18:03 - Bind parameters using bindValue & bindParam
22:18 - Emulated prepares

PHP Tutorial For Beginners | PHP Full Course | PHP | PHP Tutorial | PHP Course |  Simplilearn
PHP Tutorial For Beginners | PHP Full Course | PHP | PHP Tutorial | PHP Course | Simplilearn cashinvids 1 Views • 1 year ago

🔥Post Graduate Program In Full Stack Web Development: https://www.simplilearn.com/pgp-full-stack-web-development-certification-training-course?utm_campaign=PHPFCAug24&utm_medium=DescriptionFirstFold&utm_source=youtube
🔥Caltech Coding Bootcamp (US Only): https://www.simplilearn.com/coding-bootcamp?utm_campaign=PHPFCAug24&utm_medium=DescriptionFirstFold&utm_source=youtube

This PHP full course or php tutorial for beginners video covers all the key concepts of PHP including an introduction to PHP, hello world in PHP, OOP in PHP, PHP with MySQL, PHP form validation, PHP get and post methods, PHP crud operations, PHP form login, PHP vs Python, PHP rest API, PHP registration for VSCode, PHP programming, along with most important PHP interview questions.

00:00:00 PHP full course
00:10:18 PHP Using Xampp
00:13:39 Hello World in PHP
00:17:43 PHP Programming Concepts
00:59:38 OOPs in PHP
01:25:06 PHP Extenssion for VSCode
01:32:44 PHP GET and POST Method
01:47:16 PHP with MySQL tutorial
02:09:22 PHP Form Validation
02:39:22 PHP CRUD Operations
03:15:13 PHP Registration Form
03:44:01 PHP Login Form
03:56:12 PHP REST API
04:11:46 PHP Web Development Tutorial
05:05:57 PHP Ecommerce Website
05:46:54 PHP Interview Questions


🔥Explore our FREE Courses with Completion Certificate: https://www.simplilearn.com/skillup-free-online-courses?utm_campaign=PHPFCAug24&utm_medium=Description&utm_source=youtube

✅Subscribe to our Channel to learn more about the top Technologies: https://bit.ly/2VT4WtH

⏩ Check out our PHP training videos playlist: https://www.youtube.com/watch?v=KBT2gmAfav4&list=PLEiEAq2VkUUIjP-QLfvICa1TvqTLFvn1b

#PHPFullCourse #PHPForBeginners #PHPTutorialForBeginnersFull #PHPFullTutorial #LearnPHP #PHP #PHPForBeginners #PHPForBeginners #PHPTutorial #PHPTutorialForBeginners #Simplilearn

Introduction to PHP:
Despite being an old language, PHP still comprises 79.8% of all web applications that nearly translates to 20 million websites and 2 million web servers. According to zdnet.com, the demand for PHP developers has also massively increased to 834% since January 2020. PHP stands for Hypertext Preprocessor. It is an open-source server-side scripting language used for dynamic web development and can be embedded into HTML codes.

Some of the major benefits of using PHP are:
1. It is an open-source language. This means that PHP is freely available to use and implement.
2. It is an easy-to-learn language. Since it is very similar to how HTML codes are written, it is easy to understand and implement.
3. It is highly compatible since it can be integrated with multiple programming languages such as HTML, Javascript and supports different databases like MySQL, PostgreSQL, Oracle, etc.
4. It is platform-independent, which means that applications developed using PHP can run in any environment.
5. It has a large community of developers. Programming is all about helping and being helped; hence a large community would mean more help.
6. It is regularly updated and hence works well with the latest technologies.
7. Moving further, let's look at the differences between PHP and other server-side scripting languages.

To learn more about PHP, check our Full Stack Web Developer program: https://www.simplilearn.com/full-stack-web-developer-mean-stack-certification-training?utm_campaign=PHPFCAug24&utm_medium=Description&utm_source=youtube

Full Stack Web Developer - MEAN Stack:
This program will advance your career as a MEAN stack developer. You’ll learn top skills such as MongoDB, Express.js, Angular, and Node.js (“MEAN”), plus GIT, HTML, CSS, and JavaScript to build and deploy interactive applications and services. This Full Stack MEAN Developer program provides complete knowledge of software development and testing technologies such as JavaScript, Node.js, Angular, Docker, and Protractor. You'll build an end-to-end application, test and deploy code, and store data using MongoDB.

Key Features:
✅ Comprehensive Blended Learning program
✅ 270 hours of in-depth training
✅ 150 hours of instructor-led training
✅120 hours of self-paced learning
✅ 20 + in-demand tools and skills
✅ 10 lesson-end & 4 phase-end projects
✅Choose from 4 industry-aligned capstone projects

For more updates on courses and tips follow us on:
- Facebook: https://www.facebook.com/Simplilearn
- Twitter: https://twitter.com/simplilearn
- LinkedIn: https://www.linkedin.com/company/simplilearn/
- Website: https://www.simplilearn.com
- Instagram: https://www.instagram.com/simplilearn_elearning
- Telegram Mobile: https://t.me/simplilearnupdates
- Telegram Desktop: https://web.telegram.org/#/im?....p=@simplilearnupdate


Get the Simplilearn app: https://simpli.app.link/OlbFAhqMqgb

🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688

SQL Crash Course - Beginner to Intermediate
SQL Crash Course - Beginner to Intermediate cashinvids 2 Views • 1 year ago

Updated MySQL Crash Course - https://www.youtube.com/watch?v=9ylj9NR0Lcg

In this course we will cover all of the fundamentals of the SQL (Structured Query Language). This course is great for beginners and also intermediates. We will cover the following...

Overview of SQL
Create, alter and delete databases & tables
Query a database using multiple operators
Data types
Insert, update and delete records
Join tables together
Use aliases
Constraints (Primary, foreign)
Indexes

WANT MORE? CHECK OUT MY SQL COURSE: https://www.eduonix.com/affiliates/id/16-10034

SPONSORS:
DevMountain Bootcamp - https://goo.gl/6q0dEa

Learn Basic SQL in 15 Minutes | Business Intelligence For Beginners | SQL Tutorial For Beginners 1/3
Learn Basic SQL in 15 Minutes | Business Intelligence For Beginners | SQL Tutorial For Beginners 1/3 cashinvids 3 Views • 1 year ago

WATCH PART 2 HERE: https://youtu.be/gm6tNK_iOHs
WATCH PART 3 HERE: https://youtu.be/w3ea4fKiS2g

In this SQL tutorial for beginners, you'll learn how to write basic SQL queries to ask for data from databases in just 15 minutes. To become a business intelligence analyst, you'll need to know this valuable skill! Here I'll teach you what is SQL.

What you learn over the course of these videos can be applied to MySQL, PostgreSQL, SQL Server and others.

☕️ WANT TO SAY A QUICK THANK YOU? Why not Buy Me A Coffee? Thanks for your support! https://www.buymeacoffee.com/adamfiner

🔵 LEARNSQL.COM
A comprehensive set of 56 hands-on online SQL courses for teams and individuals
https://geni.us/learnsql

🎓 SKILLSHARE - Get a 30-day free trial of Skillshare Premium!
https://geni.us/skillshare30day

✅ Navicat - Get 5% Off With This Link
https://geni.us/navicat_vb

📊 DATA HUBS FOR GOOGLE DATA STUDIO, EXCEL AND MORE:
Power My Analytics: https://geni.us/YLc9Re
Supermetrics: https://geni.us/5SNn

🔴 Don't forget to subscribe:
https://www.youtube.com/vitami....nbusinessintelligenc

00:00 Introduction
01:12 Why learn SQL for BI?
02:22 Tutorial start
03:43 SQL SELECT statement
05:07 AS field alias
05:32 WHERE clause
09:54 ORDER BY clause
10:54 INNER JOIN
13:08 Aliasing tables
14:00 GROUP BY clause
15:58 HAVING clause
16:49 Outro

🙏 SUPPORT THE CHANNEL 🙏

Paypal Donations - https://paypal.me/vitaminbi


**** 👀 RECOMMENDED WATCHING 👀 ****

- Business Intelligence For Beginners Playlist
https://www.youtube.com/playli....st?list=PLR0triVyTrB

**** 🎓 VITAMIN BI EDUCATION ONLINE COURSES 🎓 ****

LEARN BUSINESS INTELLIGENCE WITH DATA STUDIO
https://geni.us/datastudiocourse


**** 🛠 TOOLS AND SERVICES I RECOMMEND 🛠 ****

🧰 The tool I use to help me manage my channel, get video ideas, rank videos and more: https://vidiq.com?afmc=7ho

📹 Everything I use to make videos and stream:
https://geni.us/Z4zeqS

**** 📖 ⬇️ FREE EBOOKS TO DOWNLOAD ⬇️ 📖 ****

7 Steps to Landing Your First BI Analyst Job
https://geni.us/7stepstobi-ebook
7 Top Tips For Better Dashboard Design
https://geni.us/dashdes-ebook
The Skills You Need To Succeed In Business Intelligence
https://geni.us/biskills-ebook

📖 THE DATA VISUALISATION BIBLE 📖
https://amzn.to/3CKiPiV

🎥 MY YOUTUBE GEAR
My Camera - https://amzn.to/3J5lbeo
Most Used Lens - https://amzn.to/3hXoE2Q
B-Roll Lens - https://amzn.to/3pSUeDh
Main Tripod - https://amzn.to/3pSUeDh
Vlogging Tripod - https://amzn.to/3tOpJPZ
Main Key Light - https://amzn.to/366KaPI
Softbox - https://amzn.to/35HrR46
LED Panel Kit - https://amzn.to/35K3Lpf
Teleprompter - https://amzn.to/3hWGT8p
Main Microphone - https://amzn.to/3t1n1aK
Mic Boom Arm - https://amzn.to/3hUHzuX
Lavelier Microphone - https://amzn.to/3vVUi8V
C-Stands - https://amzn.to/3vZMoLN
Computer - https://amzn.to/3KB3RhU

Disclaimer: Some of these links go to one of my websites and some are affiliate links where I'll earn a small commission if you make a purchase at no additional cost to you. It really helps support the channel so thanks in advance if you do use them 🙏


✅ LET'S CONNECT:

For business inquiries visit https://www.learnbi.online/contact

Sign up for my mailing list to be the first to hear about new videos and special offers
https://geni.us/PSgRsF


Twitter - @learnbi_online
Facebook - @learnbionline

Get the database here - https://www.kaggle.com/hugomathien/soccer

mysql

#sqltutorial #sql #learnsql

Showing 119 out of 120