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 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 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. This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
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 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. 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 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. This clip is from the chapter "SQL Introduction" of the series "SQL Server Course for...
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 Video3:53
Curated Video

Behavioral Design Patterns in C++ - Sensor - I

Higher Ed
This video explains how the observer acquires the data. Here, the data itself is sent along with the notification and this will be explained with the help of the temperature sensor application. This clip is from the chapter "Observer" of...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Logging System - I

Higher Ed
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns...
Instructional Video3:00
Curated Video

Learn Tableau by Working on Exciting Dashboards - Tableau Introduction and Offerings

Higher Ed
This video introduces you to Tableau and the limitations of Tableau.
Instructional Video9:39
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React-Toastify / 119

Higher Ed
This lesson will teach us more about props or properties used in React. Here, the properties are transferred from the parent to child components.
Instructional Video22:10
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Authentication - II / 264

Higher Ed
Firestore security rules can be evaluated using user authentication metadata, data from incoming queries, and existing data in your database.
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Instructional Video8:32
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 253

Higher Ed
React Native Firebase provides access to native code by wrapping the native SDKs for Android and iOS into a JavaScript API.
Instructional Video6:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Introduction

Higher Ed
The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code.
Instructional Video4:56
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Color Extension

Higher Ed
This video explains color extension. This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Instructional Video12:23
Curated Video

PowerShell for Automating Administration - Validation Functions Discussion – Part 2

Higher Ed
This is the second of the two-part video that focuses on the validation functions. Here, you will be studying these functions: Validate-WebService, Validate-AppService, Validate-IIS, Validate-SQLDatabase, and Validate-AppVersion. This...
Instructional Video12:40
Curated Video

PowerShell for Automating Administration - Validation Functions Discussion – Part 1

Higher Ed
This is the first of the two-part video that focuses on the validation functions. Here, you will be studying these functions: Validate-SysInfo, Validate-URL, Validate-TopMemoryConsumingProcesses, Validate-DisktHealth, and...
Instructional Video11:16
Curated Video

PowerShell for Automating Administration - Lab Setup: Deploying the Validation Scripts

Higher Ed
This is a lab setup video where you will be deploying the Validation Scripts. This clip is from the chapter "Lab Setup" of the series "PowerShell for Automating Administration".This section focuses on the lab setup. Here, you will try to...