MySQL for Data Analytics Full Course with Practical [2024] | Learn MySQL in English

preview_player
Показать описание
MySQL for Data Analytics Full Course with Practical [2024] | Learn MySQL in English

🎉 Flat 40% OFF for the first 50 seats! 🎉

✨ Program Highlights:
👉 Get Mentored by Top Data Analysts of Microsoft, Amazon, KPMG, and Rapido
👉 Project Based Curriculum on Real Datasets

Timestamps:
- Introduction to MySQL for Data Analytics: 00:00:00
- Installation of MySQL: 00:13:47
- Import CSV Files and Sample Databases in MySQL: 00:21:27
- Select Query in MySQL: 00:25:55
- Where Clause: 00:30:30
- AND, OR, and NOT Operators in MySQL: 00:38:44
- Like Operator in MySQL: 00:42:15
- Order By: 00:47:42
- Limit Clause: 00:51:21
- Between: 00:56:11
- IN and NOT IN Operators in MySQL: 01:00:03
- MySQL String Functions: 01:12:34
- Data Aggregation / Numeric Functions in MySQL: 01:18:09
- MySQL Date Functions: 01:23:06
- Case Operator in MySQL: 01:27:10
- Group By in MySQL: 01:33:58
- Having Clause in MySQL: 01:38:00
- Joins in MySQL (Inner, Left, Right, Cross, Self): 01:58:00
- Set Operators in MySQL: 02:05:19
- Subqueries in MySQL: 02:14:15
- Window Functions in MySQL: 02:36:43
- CTE in MySQL: 02:50:05
- Views in MySQL: 02:56:29
- Stored Procedures in MySQL: 03:00:42

WsCube Tech is a Vernacular Upskilling platform revolutionizing the way you learn and develop your career skills.🚀

WsCube Tech stands out as a leading EdTech platform, offering comprehensive education in Python, Machine Learning, and various Data Science skills. Our approach involves both online and classroom training, featuring hands-on projects delivered practically by seasoned industry experts.

With WsCube Tech, you'll gain hands-on skills that make you globally competitive. Our courses are designed to prepare over 100 million career aspirants for the 'Bharat' of the future. 😊

Watch Now our Trending App Development Playlist & Videos:

For any queries, call us on: +91-7878985501

✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -

Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:

--------------------------------------| Thanks |---------------------------
#mysqlwithpython #wscubetechenglish #dataanalyticslearning
Рекомендации по теме
Комментарии
Автор

🎉 Flat 40% OFF for the first 50 seats! 🎉

WsCubeTechENGLISH
Автор

Tq so much please upload full data analytics course in english

kavyamohan
Автор

2:13:16-
SELECT
productcode,
SUM(quantityOrdered) AS total_quantity,
(SUM(quantityOrdered) / (SELECT SUM(quantityOrdered) FROM orderdetails)) * 100 AS percentage
FROM
orderdetails
GROUP BY
productcode
ORDER BY
percentage DESC;

swarnendubanerjee
Автор

❤ Tq could you please upload full data analytics course in english

crazytasty
Автор

Hello Sir/ Mam can you provide the dataset for practice the same.. it will be helpful

harshitkumar
Автор

the dataset is not getting download because it is showing an error in a dataset. i have tried several times but still it is showing me an error. now what to do?

aryasonawane
Автор

very helpful video. my concept of window functions got cleared.

shriyanshsrivastava
Автор

i want to watch one to one and many to many realationship do you say me in which part that exist ?

engineermind