Instructional Video5:08
Curated Video

Master SQL for Data Analysis - Searched CASE – Classification and Binning

Higher Ed
Here, we will explore the second type of case statement, the searched case expression, which is more flexible than the previous simple case structure. This clip is from the chapter "SQL - Conditional Logic (CASE)" of the series "Master...
Instructional Video4:07
Curated Video

Master SQL for Data Analysis - Simple CASE - Data Transformation

Higher Ed
In this video, we will look at the first option to create a use case, which is the simple case used to compare an input expression using the = operator. This clip is from the chapter "SQL - Conditional Logic (CASE)" of the series "Master...
Instructional Video6:33
Curated Video

Master SQL for Data Analysis - Outer-Join

Higher Ed
In this lesson, we will look at a situation where there are tables with unmatched rows from one table to another. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data Analysis".This...
Instructional Video6:27
Curated Video

Master SQL for Data Analysis - Inner-Join

Higher Ed
In this lecture, we will look at the most common types of joins, called the inner-join type, for various use cases. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Instructional Video3:43
Curated Video

Master SQL for Data Analysis - Distinct Values (DISTINCT)

Higher Ed
Let's explore the way to find distinct values among multiple rows of data as part of a preliminary preparation process. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This...
Instructional Video4:38
Curated Video

Master SQL for Data Analysis - Filtering Conditions (WHERE) – Part 2

Higher Ed
Here, you will learn to combine and filter data based on multiple conditions in the same query using operators. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section...
Instructional Video4:37
Curated Video

Master SQL for Data Analysis - Filtering Conditions (WHERE) – Part 1

Higher Ed
In this lesson, you will learn to use filtering conditions to filter data based on conditions. Here, we will explore the WHERE condition. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for...
Instructional Video10:07
Curated Video

Master SQL for Data Analysis - Query Data (SELECT)

Higher Ed
Let's learn to query data using the SELECT option that determines the columns to include in the result set. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section...
Instructional Video4:33
Curated Video

The Complete Vue.js Course for Beginners - If Else Condition

Higher Ed
In this video, we will discuss the if-else condition using a code. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started with the basic code...
Instructional Video4:56
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators

Higher Ed
This video explains logical operators in VBA such as AND, OR, NOT. This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains the various...
Instructional Video5:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Do Loop

Higher Ed
This video explains the Do Loop that allows the user to repeat a certain process in a macro. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains...
Instructional Video4:51
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Loop

Higher Ed
This video explains the For loop that enables you to loop through a range of cells with just a few codes lines until the condition is met, and the code moves onto the next line of code. This clip is from the chapter "Loops with VBA" of...
Instructional Video2:40
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Select Case

Higher Ed
This video explains select case statements, which is an alternative way to write If and Else if statements and help you have a more understandable code. This clip is from the chapter "VBA Conditional Statements" of the series "The...
Instructional Video3:06
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Conditional Operators

Higher Ed
This video explains the various conditional operators such as =, <, >, <=, >=, <>, and so on. This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Instructional Video3:19
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Else and ElseIf

Higher Ed
This video explains Else and ElseIf variables in Excel VBA using an example where you can add an Else part that tells VBA what happens if the opening line returns False. This clip is from the chapter "VBA Conditional Statements" of the...
Instructional Video2:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - If Statements

Higher Ed
This video explains If statements in Excel VBA using an example where if the input is less than 10, the condition will be satisfied or else it won't show an output. This clip is from the chapter "VBA Conditional Statements" of the series...
Instructional Video4:25
Curated Video

Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - Circular Dependency Errors, Another Way to Fix It

Higher Ed
In this video, we will discover an alternative method for resolving circular dependency errors in Power BI. The video demonstrates calculating columns to break the dependency cycle and maintain data integrity. This clip is from the...
Instructional Video6:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firestore Queries / 259

Higher Ed
This video explains queries and how to give a particular condition to fetch data. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn...
Instructional Video5:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Backup Data / 247

Higher Ed
This video explains how to back up data for future use. This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create a custom...
Instructional Video7:20
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Get Task / 286

Higher Ed
This video explains the get task functionality of the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video15:32
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Class and Function / 285

Higher Ed
This video explains class and function used in the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a web-based...
Instructional Video6:14
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Exceptions / 202

Higher Ed
This video explains exceptions in JavaScript. This clip is from the chapter "Error Handling and Exceptions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains error handling and...
Instructional Video12:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Methods / 119

Higher Ed
This video explains methods in OOP with an example. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object-oriented...
Instructional Video6:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Chaining Methods / 076

Higher Ed
This video explains changing methods in arrays. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains methods related to arrays.