Hi, what do you want to do?
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL
Learn how to implement the SELECT TOP statement in SQL. We will work with the SELECT TOP PERCENT statement as well.
<
br/>
This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+...
<
br/>
This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+...
Curated Video
SQL Server Course for Beginners with 100+ examples - Indexes in SQL
Learn how to work with the CREATE INDEX statement in SQL to create indexes in a table. Indexes retrieve data quickly from the database. We will also see how to delete indexes using the DROP INDEX statement.
<
br/>
This clip is from...
<
br/>
This clip is from...
Curated Video
SQL Server Course for Beginners with 100+ examples - Aliases
Learn how to work with Aliases in SQL to give a temporary name to a table or column. The AS keyword creates an alias, making column names more readable. Remember that the alias's existence expires when that query's duration ends.
<
br/>...
<
br/>...
Curated Video
SQL Server Course for Beginners with 100+ examples - FOREIGN KEY Constraint
Learn how to work with the FOREIGN KEY constraint in SQL. A FOREIGN KEY is a field in one table that refers to the PRIMARY KEY in another. A child table is a table with a foreign key.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint
Learn how to work with the PRIMARY KEY constraint in SQL. A PRIMARY KEY uniquely identifies each record. Not a Primary Key column can never have NULL values.
<
br/>
This clip is from the chapter "Constraints in SQL" of the series...
<
br/>
This clip is from the chapter "Constraints in SQL" of the series...
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.
<
br/>
This clip is from the chapter "Constraints in SQL" of the series "SQL...
<
br/>
This clip is from the chapter "Constraints in SQL" of the series "SQL...
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.
<
br/>...
<
br/>...
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.
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+...
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+...
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.
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
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.
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
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.
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
<
br/>
This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
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.
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+...
<
br/>
This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+...
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.
<
br/>
This clip is from the chapter "Operators in SQL" of the series...
<
br/>
This clip is from the chapter "Operators in SQL" of the series...
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.
<
br/>
This clip is from the chapter "Order Records in SQL" of the...
<
br/>
This clip is from the chapter "Order Records in SQL" of the...
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).
<
br/>
This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
<
br/>
This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
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.
<
br/>
This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses over...
<
br/>
This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses over...
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.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the...
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - The Neuron
In this video, we will understand the neuron.
<
br/>
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...
<
br/>
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...
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).
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural...
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural...
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...