Curated Video
SQL Server Course for Beginners with 100+ examples - UNIQUE Constraint
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - COUNT() Function
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - AVG() Function
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - SUM() Function
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - MIN() Function
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - NOT Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - AND Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - ORDER BY Keyword in SQL
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - Insert Records
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - The Geometrical Picture
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - The Neuron
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - What Is Machine Learning?
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...
Curated Video
How to Handle Salary Expectations in an Interview: Tips and Strategies
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...
Curated Video
Why Are Glassdoor Salaries So Low? Common Questions Answered
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...
Curated Video
Glassdoor App: Features, Benefits, and Tips
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...
Curated Video
Glassdoor vs. Indeed: Which is Best for Job Seekers?
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...
Curated Video
Hamlet 3.3 "Hire and Salary, Not Revenge”
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...
Curated Video
7 Common Mistakes that Job Candidates Make
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...
Curated Video
6 Important Things to Consider Before Accepting a Six-Figure Offer
In this video I share 6 important reasons not to accept a six figure offer.
Curated Video
5 Mistakes Recruiters Make
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...
Curated Video
Abraham Maslow and the Hierarchy of Needs - Content Model of Motivation
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.
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on examples of Abstraction and Abstract class in Java
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....