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 - LIKE Operator
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+...
Curated Video
SQL Server Course for Beginners with 100+ examples - BETWEEN Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - IN Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT DISTINCT Statement in SQL
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT Statement in SQL
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...
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
SQL Server Course for Beginners with 100+ examples - Create a Table
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+...
Curated Video
SQL Server Course for Beginners with 100+ examples - Create a Database
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+...
Curated Video
SQL Server Course for Beginners with 100+ examples - Install SQL Server on Windows 11
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - SQL Versus NoSQL
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - Introduction
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...
Curated Video
Behavioral Design Patterns in C++ - Sensor - I
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...
Curated Video
Behavioral Design Patterns in C++ - Logging System - I
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...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Tableau Introduction and Offerings
This video introduces you to Tableau and the limitations of Tableau.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React-Toastify / 119
This lesson will teach us more about props or properties used in React. Here, the properties are transferred from the parent to child components.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Authentication - II / 264
Firestore security rules can be evaluated using user authentication metadata, data from incoming queries, and existing data in your database.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 253
React Native Firebase provides access to native code by wrapping the native SDKs for Android and iOS into a JavaScript API.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Introduction
The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Color Extension
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.
Curated Video
PowerShell for Automating Administration - Validation Functions Discussion – Part 2
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...
Curated Video
PowerShell for Automating Administration - Validation Functions Discussion – Part 1
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...
Curated Video
PowerShell for Automating Administration - Lab Setup: Deploying the Validation Scripts
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...