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.
<
br/>
This clip is from the chapter "Operators in SQL" of the series...
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.
<
br/>
This clip is from the chapter "Order Records in SQL" of the...
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).
<
br/>
This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
Instructional Video1:39
Curated Video

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

Higher Ed
Learn how to select and return only distinct values from a table using the SQL SELECT DISTINCT statement.
<
br/>
This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+...
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.
<
br/>
This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for...
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.
<
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...
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.
<
br/>
This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners with...
Instructional Video1:47
Curated Video

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

Higher Ed
Learn how to create a new database in SQL Server. The CREATE DATABASE statement is used to create a new SQL server database.
<
br/>
This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners...
Instructional Video1:06
Curated Video

SQL Server Course for Beginners with 100+ examples - Fix SQL Server Installation Error

Higher Ed
While installing SQL Server, you may get the following error: Learn how to fix the following error while installing Microsoft SQL Server 2019: A required file could not be downloaded. This could mean the version of the installer is no...
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).
<
br/>
This clip is from the chapter "SQL Installation and Setup" of the series "SQL Server Course for...
Instructional Video5:53
Curated Video

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

Higher Ed
Learn how to download and install Microsoft SQL Server on Windows 10. We will also install SQL Server Management Studio (SSMS).
<
br/>
This clip is from the chapter "SQL Installation and Setup" of the series "SQL Server Course for...
Instructional Video3:41
Curated Video

SQL Server Course for Beginners with 100+ examples - SQL Versus NoSQL

Higher Ed
Learn the difference between SQL and NoSQL. We have considered the example of MySQL (SQL-based) and MongoDB (NoSQL-based) to understand the concept.
<
br/>
This clip is from the chapter "SQL Introduction" of the series "SQL Server...
Instructional Video4:06
Curated Video

SQL Server Course for Beginners with 100+ examples - UPDATE Statement

Higher Ed
Learn how to work with the UPDATE statement in SQL to update existing records in a table. Use the WHERE clause with the UPDATE statement to avoid updating all records in the table.
<
br/>
This clip is from the chapter "Alter and...
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.
<
br/>
This clip is from the chapter "Constraints in SQL" of the series "SQL...
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.
<
br/>
This clip is from the chapter "SQL Introduction" of the series "SQL Server Course for...