Instructional Video2:32
Curated Video

SQL Server Course for Beginners with 100+ examples - UNIQUE Constraint

Higher Ed
Learn how to work with the UNIQUE constraint in SQL to uniquely identify each record in a database table. It enforces the uniqueness of column values. This clip is from the chapter "Constraints in SQL" of the series "SQL Server Course...
Instructional Video3:42
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint

Higher Ed
Learn how to work with the NOT NULL constraint in SQL to enforce a column with values, that is, not null. Remember, as columns can have NULL by default, we use the NOT NULL constraint to enforce a column NOT to accept values. This clip...
Instructional Video1:51
Curated Video

SQL Server Course for Beginners with 100+ examples - COUNT() Function

Higher Ed
Learn how to implement the COUNT() function in SQL. We will find the count of the number of rows. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video1:55
Curated Video

SQL Server Course for Beginners with 100+ examples - AVG() Function

Higher Ed
Learn how to implement the AVG() function in SQL. We will find the average of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video2:07
Curated Video

SQL Server Course for Beginners with 100+ examples - SUM() Function

Higher Ed
Learn how to implement the SUM() function in SQL. We will find the sum of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses on...
Instructional Video2:08
Curated Video

SQL Server Course for Beginners with 100+ examples - MIN() Function

Higher Ed
Learn how to implement the MIN() function in SQL. We will find the minimum of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video2:05
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT Operator

Higher Ed
Learn how to work with the NOT operator in SQL to display records only if the condition isn't met, that is, FALSE. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
Instructional Video2:39
Curated Video

SQL Server Course for Beginners with 100+ examples - AND Operator

Higher Ed
Learn how to work with the AND operator in SQL to display records only if both conditions are TRUE. These two conditions should be separated by the AND operator. This clip is from the chapter "Operators in SQL" of the series "SQL Server...
Instructional Video3:44
Curated Video

SQL Server Course for Beginners with 100+ examples - ORDER BY Keyword in SQL

Higher Ed
Learn how to order records in SQL using the ORDER BY keyword. The default sorts in ascending order. We will see examples of both ASC and DESC keywords as well. This clip is from the chapter "Order Records in SQL" of the series "SQL...
Instructional Video3:38
Curated Video

SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL

Higher Ed
Learn how to work with the WHERE clause in SQL. WHERE clause filters records based on condition(s). This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video2:45
Curated Video

SQL Server Course for Beginners with 100+ examples - Insert Records

Higher Ed
Use the INSERT INTO Statement in SQL to learn how to insert records in a table. This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses over creating a...
Instructional Video9:47
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - The Geometrical Picture

Higher Ed
In this video, we will understand the geometrical picture by understanding why neural networks are so important instead of a single neural network. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series...
Instructional Video10:06
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - The Neuron

Higher Ed
In this video, we will understand the neuron. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover a crash course on...
Instructional Video14:31
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - What Is Machine Learning?

Higher Ed
In this video, we will understand what machine learning is and get a clear idea about ML (machine learning). This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video8:51
Curated Video

How to Handle Salary Expectations in an Interview: Tips and Strategies

12th - Higher Ed
Uncomfortable discussing your salary expectations in a job interview? When discussing salary or compensation it is important to understand your value, and be clear and confident about your salary expectations, we'll look at how to this...
Instructional Video5:19
Curated Video

Why Are Glassdoor Salaries So Low? Common Questions Answered

12th - Higher Ed
I answer all Glassdoor Salary related questions including: • Why are Glassdoor salaries so low? • Is Glassdoor reliable for salary information? • Where does the Glassdoor salary information come from? • Alternative places to find good...
Instructional Video2:29
Curated Video

Glassdoor App: Features, Benefits, and Tips

12th - Higher Ed
Glassdoor App walkthrough, tutorial and review covering the uses and benefits. In this Glassdoor App review I look inside the app and run through the various tabs, functionalities and also give my opinion on whether I recommend the...
Instructional Video8:45
Curated Video

Glassdoor vs. Indeed: Which is Best for Job Seekers?

12th - Higher Ed
Glassdoor vs Indeed - which is best for jobseekers? In this video I compare which is best for • Job Searches • Salary Comparisons • Reviews I look at the pros and cons for Indeed vs Glassdoor and give a final recommendation for each of...
Instructional Video0:40
Curated Video

Hamlet 3.3 "Hire and Salary, Not Revenge”

6th - Higher Ed
This video explores Hamlet's hesitation to kill Claudius in Act 3, Scene 3, when he finds him in prayer, debating the moral and spiritual consequences of his potential action. It discusses the complexities of revenge and the Christian...
Instructional Video11:02
Curated Video

7 Common Mistakes that Job Candidates Make

12th - Higher Ed
As an Interview Coach my job is to make sure you fly through your interview, and nail your interview questions, so in this video, I cover some popular interview tips and interview questions such as what are your salary expectations and...
Instructional Video8:45
Curated Video

6 Important Things to Consider Before Accepting a Six-Figure Offer

12th - Higher Ed
In this video I share 6 important reasons not to accept a six figure offer.
Instructional Video9:50
Curated Video

5 Mistakes Recruiters Make

12th - Higher Ed
Have you ever been ghosted by a recruiter? Someone who promised to call you back but never did? Or maybe you've experienced a manager who misrepresented a role? This can damage your confidence, make you feel really frustrated, and even...
Instructional Video8:59
Curated Video

Abraham Maslow and the Hierarchy of Needs - Content Model of Motivation

10th - Higher Ed
Abraham Maslow' Hierarchy of Needs is possibly the best known model of motivation. As a motivation theory, the hierarchy of needs is useful, but probably over-used.
Instructional Video13:36
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on examples of Abstraction and Abstract class in Java

Higher Ed
In this video, we will apply our knowledge of abstraction and abstract classes in practical scenarios through hands-on examples to demonstrate how abstraction can be used to model real-world concepts and solve programming challenges....