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 Video11:00
Curated Video

CISSP Crash Course - Security in Systems

Higher Ed
This video explains security in systems, client bases systems, and database systems.
<
br/>
This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses...
Instructional Video1:42
Curated Video

Master SQL for Data Analysis - Overview-1

Higher Ed
This video outlines creating entire databases and building schemas and tables in detail.
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section...
Instructional Video4:27
Curated Video

Master SQL for Data Analysis - Partitions

Higher Ed
In this lesson, we will explore partitions, a popular strategy to handle growing amounts of data, and break tables into smaller parts called partitions.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series...
Instructional Video6:27
Curated Video

Master SQL for Data Analysis - Overview - Database, DBMS, SQL

Higher Ed
In this video, the author discusses the key terms used when talking about SQL and relational databases.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses...
Instructional Video2:58
Curated Video

Master SQL for Data Analysis - Introduction-1

Higher Ed
This clip is from the chapter "Course Introduction" of the series "Master SQL for Data Analysis".This section introduces the course content in general and outlines the need for learning sequential query language.
Instructional Video7:36
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Services of AWS

Higher Ed
This video outlines the various services provided by AWS, including more than 200 services, AWS Compute, AWS Storage, AWS Database, AWS Migration, API Gateway, Cloud management services, WAF and shield, elastic transcoder, and...
Instructional Video13:48
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Database Secrets Engine

Higher Ed
This is a lab video on Database Secrets Engine.<br<br/>/>

This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp Certified - Vault Associate Course".null
Instructional Video13:10
Curated Video

Oracle Database Administration from Zero to Hero - Oracle Database Multitenant Architecture (part 1 of 2)

Higher Ed
In this video, we will explore the Oracle Database Multitenant architecture. You will learn about the differences between the Container Database (CDB) and Pluggable Databases (PDB), as well as gain an understanding of the components...
Instructional Video0:42
Curated Video

Oracle Database Administration from Zero to Hero - Introducing the Section-5

Higher Ed
In this video, we will take a sneak peek into the learning objectives of this section. We will provide an overview of the topics covered and highlight the key concepts related to Oracle Database Multitenancy.
<
br/>
This clip is...
Instructional Video23:06
Curated Video

Oracle Database Administration from Zero to Hero - Creating an Oracle Database (Part 2 of 3)

Higher Ed
In this video, we will discuss the planning phase for database creation, including considerations such as database structure, storage, and configuration.
<
br/>
This clip is from the chapter "Installing and Creating Oracle...
Instructional Video10:11
Curated Video

Oracle Database Administration from Zero to Hero - About Oracle Database Administrator (DBA)

Higher Ed
In this video, we will understand the role of an Oracle Database Administrator (DBA), the DBA duties and responsibilities, the different DBA role types, the learning path for becoming a DBA, and the demand for DBAs in the job...
Instructional Video12:39
Curated Video

Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies

Higher Ed
In this video, we will describe the different Oracle database technologies, options, and management packs.
<
br/>
This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to...
Instructional Video11:19
Curated Video

Oracle Database Administration from Zero to Hero - Overview of RDBMS (Part 2 of 2)

Higher Ed
In this video, we will understand the different architecture types and application types of RDBMS.
<
br/>
This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
Instructional Video16:35
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Automatic Storage Management (Part 2 of 3)

Higher Ed
In this video, we will continue our exploration of Automatic Storage Management (ASM). You will gain knowledge about Oracle Restart, its description, and its installation process. We will also delve into ASM Disk Groups and ASM Disks,...
Instructional Video10:58
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Duplicating Databases and PDBs Using RMAN

Higher Ed
In this practice video, you will apply your knowledge by performing multiple techniques to duplicate the database “oradb” in srv1 to another database on the same host. You will gain hands-on experience with duplicating databases...
Instructional Video0:24
Curated Video

Oracle Database Administration from Zero to Hero - Introducing the Section-14

Higher Ed
In this video, we will provide an overview of the topics covered in this section. You will get a sneak peek into the learning objectives related to using RMAN in Oracle Multitenant Databases.
<
br/>
This clip is from the chapter...
Instructional Video5:18
Curated Video

Oracle Database Administration from Zero to Hero - Managing the Redo Log (Part 4 of 4)

Higher Ed
In this video, we will compare undo and redo data and explore the best practices for managing the redo log. You will gain a deeper understanding of the considerations and techniques for optimal redo log management.
<
br/>
This clip...
Instructional Video2:29
Curated Video

Design Microservices Architecture with Patterns and Principles - CQRS - Benefits and Drawbacks

Higher Ed
This video explores the Event Sourcing pattern, where the state of an application is determined by a sequence of events and captures and persists all changes made to the application's data as a series of events, providing an audit log...
Instructional Video1:49
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries and Write Commands on Distributed Scaled Database

Higher Ed
The video addresses the challenges associated with performing cross-service queries and write commands on a distributed and scaled database environment, the complexities and considerations involved in coordinating data access and...
Instructional Video1:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Database Sharding Pattern - Cassandra

Higher Ed
This video focuses on evaluating the effectiveness of a microservices architecture that incorporates the database sharding pattern using Cassandra, the key metrics, and factors to consider when assessing the performance. The video...
Instructional Video2:51
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?

Higher Ed
The video introduces the concept of data partitioning and explains its purpose in microservices data management and discusses the benefits of data partitioning and explores the idea of distributing data across multiple partitions or...
Instructional Video2:21
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Single Database Server Performs Low Performance

Higher Ed
This video addresses the issue of low performance encountered when using a single database server in a microservices architecture and the challenges of scalability and performance bottlenecks that can arise from a centralized database...
Instructional Video2:54
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt the Architecture - Microservices Architecture - Second Iteration

Higher Ed
In this video, the concept of adapting the microservices architecture in a second iteration is covered and the need for evolution and refinement of the architecture over time, considering new requirements, performance optimizations,...