Krithi
Krithi
  • Видео 11
  • Просмотров 9 414
5 Lessons from 2024
If you’ve ever felt stuck, like things are spiraling out of control or hopeless, I hope this story resonates with you. Maybe it’ll even give you the courage to pause, pivot, and move forward in a way that feels right for you.
instagram: @defin8lykrithi
Просмотров: 158

Видео

180. Consecutive Numbers | SQL solution explained
Просмотров 8972 года назад
Problem statement source: leetcode.com/problems/consecutive-numbers/ Concepts used: 1. Nested query 2. Self Join - OUTER APPLY: www.sqlshack.com/the-difference-between-cross-apply-and-outer-apply-in-sql-server/
197. Rising Temperature | SQL solution explained
Просмотров 6922 года назад
Problem statement source: leetcode.com/problems/rising-temperature/ Concepts used: 1. Nested Query 2. Self Joins
A (Work) Day in The Life Me | Data Science Generalist | Data Science & Analytics Skills | Career
Просмотров 9532 года назад
In this video I talk about how I've seen analytics solutions evolve from inception to implementation, as well as provide a quick insight into the tasks of a few commonly encountered job roles in Big Data - Data Analyst, Insights Analyst, BI Reporting Analyst, Data Scientist and Data Engineers.
262. Trips and Users problem | SQL solution explained
Просмотров 7142 года назад
WATCH TILL THE END FOR TIPS TO OPTIMIZE QUERY!! Problem statement source: leetcode.com/problems/trips-and-users/ Write a SQL query to find the cancellation rate of requests with unbanned users (both client and driver must not be banned) each day between "2013-10-01" and "2013-10-03". Round Cancellation Rate to two decimal points. Concepts used: 1. SQL Aggregate Functions and Logical Operators 2...
Beginner's Guide to Data Analysis 1.4 - A | SQL Primary and Foreign Keys | Hands-on Exercise
Просмотров 3382 года назад
Part of a series of modules designed as to Introduce Relational Database Management Systems (RDBMS) and SQL for data analytics aspirants with little or no prior coding experience. Link to Supplementary Notes: krithisudhir.com/2022/01/17/beginners-guide-to-data-analysis/ Link to MySQL Server Installation Guide (Windows): medium.com/@idatawiz/how-to-install-mysql-server-application-windows-11-eas...
185. Department top 3 salaries | SQL solution explained
Просмотров 6462 года назад
Problem statement source: leetcode.com/problems/department-top-three-salaries/ A company's executives are interested in seeing who earns the most money in each of the company's departments. A high earner in a department is an employee who has a salary in the top three unique salaries for that department. Write an SQL query to find the employees who are high earners in each of the departments. C...
Beginner's Guide to Data Analysis 1.3 | SQL Data Manipulation Language (DML) | Hands-on Exercise
Просмотров 3852 года назад
Part of a series of modules designed as to Introduce Relational Database Management Systems (RDBMS) and SQL for data analytics aspirants with little or no prior coding experience. Link to Supplementary Notes: krithisudhir.com/2022/01/17/beginners-guide-to-data-analysis/ Link to MySQL Server Installation Guide (Windows): medium.com/@idatawiz/how-to-install-mysql-server-application-windows-11-eas...
Beginner's Guide to Data Analysis 1.1 | Introduction to Database Systems and SQL
Просмотров 4742 года назад
Part of a series of modules designed as to Introduce Relational Database Management Systems (RDBMS) and SQL for data analytics aspirants with little or no prior coding experience. Link to notes: krithisudhir.com/2022/01/17/beginners-guide-to-data-analysis/ Link to MySQL Server Installation Guide (Windows): medium.com/@idatawiz/how-to-install-mysql-server-application-windows-11-easy-installation...
Beginner's Guide to Data Analysis 1.2 | SQL Data Definition Language (DDL) | Hands-on Exercise
Просмотров 4122 года назад
Part of a series of modules designed as to Introduce Relational Database Management Systems (RDBMS) and SQL for data analytics aspirants with little or no prior coding experience. Link to notes: krithisudhir.com/2022/01/17/beginners-guide-to-data-analysis/ Link to MySQL Server Installation Guide (Windows): medium.com/@idatawiz/how-to-install-mysql-server-application-windows-11-easy-installation...
Installing MySQL Server and Workbench for Mac OSX 11 | 5 min Easy Installation Guide
Просмотров 3,7 тыс.2 года назад
MySQL server is a popular and open-source database application, and is suitable for beginners to get acquainted with the concepts of Relational Database Systems such as: creating database schemas and tables, inserting and querying data using Structured Query Language (SQL). In this video I will walk you through the steps I used to install MySQL Server and its corresponding Workbench application...