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 Video5:07
Curated Video

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

Higher Ed
Learn how to implement the MAX() function in SQL. We will find the maximum 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 Video3:16
Curated Video

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

Higher Ed
Learn how to implement the LIKE operator in SQL. We will find values based on a specific pattern using percentages and underscore. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+...
Instructional Video1:52
Curated Video

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

Higher Ed
Learn how to implement the BETWEEN operator in SQL. We will find values in a range. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses on the...
Instructional Video2:00
Curated Video

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

Higher Ed
Learn how to implement the IN operator in SQL. We will check whether a specific value matches. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses on...
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:26
Curated Video

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

Higher Ed
Learn how to work with the OR operator in SQL to display records only if one condition is TRUE. The OR operator should separate these two conditions. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for...
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 Video1:45
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT Statement in SQL

Higher Ed
Learn how to select records in SQL using the SELECT statement. We will also see how to choose multiple columns in a single query. This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with...
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 Video2:38
Curated Video

SQL Server Course for Beginners with 100+ examples - Create a Table

Higher Ed
Learn how to create a new table with SQL Server. The CREATE TABLE statement is used to create a new table in SQL Server. This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners with 100+...
Instructional Video6:26
Curated Video

SQL Server Course for Beginners with 100+ examples - Install SQL Server on Windows 11

Higher Ed
Learn how to download and install Microsoft SQL Server on Windows 11. We will also install SQL Server Management Studio (SSMS). This clip is from the chapter "SQL Installation and Setup" of the series "SQL Server Course for Beginners...
Instructional Video2:27
Curated Video

SQL Server Course for Beginners with 100+ examples - Introduction

Higher Ed
Learn what SQL is and how it is based on RDBMS. We will discuss the features and Microsoft SQL Server and SQL Server Management Studio. This clip is from the chapter "SQL Introduction" of the series "SQL Server Course for Beginners with...
Instructional Video4:48
Curated Video

Behavioral Design Patterns in C++ - Methods for States - IV

Higher Ed
In this video, we will add a yellow state to the lamp. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video2:20
Curated Video

Behavioral Design Patterns in C++ - Methods for States - I

Higher Ed
This video demonstrates another approach—methods for state approach that can be implemented in the State design pattern. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on...
Instructional Video3:43
Curated Video

Learn Tableau by Working on Exciting Dashboards - Table Calculations - Scope and Direction

Higher Ed
This video explains the scope and direction of the table calculations.
Instructional Video9:32
Curated Video

Learn Tableau by Working on Exciting Dashboards - Quick Table Calculations

Higher Ed
This video explains quick table calculations in Tableau Public.