Instructional Video2:40
Curated Video

Design Microservices Architecture with Patterns and Principles - When to Use Relational Databases

Higher Ed
The video focuses on when to use relational databases in microservices architecture and discusses the strengths and advantages of relational databases, such as data integrity, ACID compliance, and complex querying capabilities. This clip...
Instructional Video7:44
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Relational Databases

Higher Ed
Understanding the capabilities of relational databases is the starting point to architecting a good AWS database implementation. This video provides the fundamentals concepts and terminology of relational databases.
Instructional Video15:24
Curated Video

Job-Ready SQL in an Afternoon - Intro to Relational Databases

Higher Ed
In this video, we will have a quick introduction to Relational databases. This clip is from the chapter "Fundamentals and Setup" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover fundamentals and work on...
Instructional Video3:38
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL

Higher Ed
This video explains SQL, a relational database where data is organized into rows and columns in a table. The entries in the table can have relationships to other tables and the developer can choose to structure ways to query or group...
Instructional Video5:32
Curated Video

AZ-204 Developing for Microsoft Azure Exam Prep - Relational Database Storage

Higher Ed
This video provides an introduction to relational database storage. This clip is from the chapter "AZ-204 Structured Query Language (SQL) Database" of the series "AZ-204 Developing for Microsoft Azure Exam Prep".This section introduces...
Instructional Video3:30
Curated Video

Design Microservices Architecture with Patterns and Principles - Relational and NoSQL Databases - Document, Key-Value, Graph-Based, Column-Based

Higher Ed
The video explores different types of databases commonly used in microservices architecture, including relational databases and NoSQL databases such as document databases, key-value stores, graph databases, and columnar databases and...
Instructional Video10:20
Curated Video

Introduction to IT and Cybersecurity: Databases Essentials

Higher Ed
Part 5/16 of Introduction to IT and Cybersecurity series: The video explains the concept of databases and database management systems (DBMS) by defining these terms and discussing their functions, structures, and advantages and...
Instructional Video8:06
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Database Types

Higher Ed
This video explains the different database types and their requirements. This clip is from the chapter "Solutions Architect Chapter 12 - Amazon Web Services (AWS) Database Design" of the series "AWS Solutions Architect Associate...
Instructional Video3:27
Curated Video

Master SQL for Data Analysis - Relational Model, ER Diagram

Higher Ed
Here, we will explore the three main building blocks of a relational database: entity, attribute, and relationship. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses...
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. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses on...
Instructional Video8:40
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL

Higher Ed
This video explains PostgreSQL, known as Postgres, a free and open-source relational database management system that emphasizes extensibility and SQL compliance. This clip is from the chapter "Databases" of the series "Web Development...
Instructional Video7:50
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Relational DatabasesÂ

Higher Ed
This video explains the fundamental concepts and terminologies of relational databases. This clip is from the chapter "Solutions Architect Chapter 12 - Amazon Web Services (AWS) Database Design" of the series "AWS Solutions Architect...
Instructional Video4:19
Curated Video

Design Microservices Architecture with Patterns and Principles - When to Use NoSQL Databases?

Higher Ed
This video explores the use cases for NoSQL databases in microservices architecture and discusses the benefits of NoSQL databases, such as scalability, flexibility, and handling unstructured data. It highlights scenarios where the...
Instructional Video3:40
Curated Video

Design Microservices Architecture with Patterns and Principles - The Shared Database Anti-Pattern and Polyglot Persistence

Higher Ed
This video discusses the shared database anti-pattern, where multiple microservices share the same database and highlights the challenges and drawbacks of this approach, such as tight coupling, data conflicts, and scalability...
Instructional Video3:20
Curated Video

Design Microservices Architecture with Patterns and Principles - NoSQL Databases Types - Document, Key-Value, Graph-Based, Column-Based Databases

Higher Ed
This video explores different types of NoSQL databases, including document databases, key-value stores, graph databases, and columnar databases, their characteristics, data models, and typical use cases, providing insights into when to...
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. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
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 market....
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. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this section, we...
Instructional Video4:37
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Database Hosting Methods

Higher Ed
This video explains how you can host databases in Amazon Web Services (AWS) using two methods—one that is managed by AWS and the other that is managed by your organization. This video will present the pros and cons of each database...
Instructional Video6:44
Curated Video

Design Microservices Architecture with Patterns and Principles - How to Choose a Database for Microservices

Higher Ed
The video guides viewers on how to choose a suitable database for microservices architecture and the factors such as data model, scalability, performance, consistency requirements, and operational considerations. This clip is from the...
Instructional Video3:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Patterns - The Database-Per-Service Pattern

Higher Ed
The video focuses on the database-per-service pattern, which involves each microservice having its dedicated database. It explains the benefits of this pattern, such as loose coupling, independent development and deployment, and data...
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: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 Video8:02
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Database Security

Higher Ed
This video focuses on database security. This clip is from the chapter "Solutions Architect Chapter 12 - Amazon Web Services (AWS) Database Design" of the series "AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021...