Curated Video
The Complete Excel Guide: Beginners to Advanced - Connecting to Access Databases
The aim of this video is to explore how to connect to access databases. This clip is from the chapter "Excel 2019 Advanced: Connecting to External Data" of the series "The Complete Excel Guide: Beginners to Advanced".In this section,...
Get Me Coding
Overview: Microsoft Access Database with Star Wars Data
Download a FREE Microsoft Access Database: http://bit.ly/StarWarsDB Learn about databases using a free Microsoft Access database that contains only Star Wars data. Build queries, insert data, and interact with a fun Star Wars data set....
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases
This video explains in-memory databases, which make the data extremely quick to access but the data is usually not persistent between sessions. This clip is from the chapter "Databases" of the series "Web Development Concepts for...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Instagram Database Architecture
This video dives into the database architecture of Instagram and explores how Instagram manages its data, including user profiles, photos, and social interactions. The video discusses various database technologies and approaches used by...
Curated Video
Design Microservices Architecture with Patterns and Principles - Relational and NoSQL Databases - Document, Key-Value, Graph-Based, Column-Based
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...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Database Security
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - AWS Databases
In this video, you will learn to create a database on AWS and put our data in the cloud. We will understand databases and types. We will briefly explore DynamoDB and other database server examples (MySQL, Aurora, and others).
Curated Video
AZ-204 Developing for Microsoft Azure Exam Prep - Testing a Structured Query Language (SQL) Database
This video explains how to test an SQL database. 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 you to AZ-204 SQL...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Web Services (AWS) Databases
This video focuses on AWS and its rich database solution. This clip is from the chapter "Essentials Chapter 1 – Amazon Web Services (AWS) Foundations and Services" of the series "AWS Solutions Architect Associate (SAA-C02) Exam Prep...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Database Security
When implementing databases, it is important to consider security. Databases store data and data may be sensitive at varying levels. In this video, database security is explored.
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Database Secrets Engine
This is a lab video on Database Secrets Engine. This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp Certified - Vault Associate Course".null
Curated Video
A Detailed Guide to the OWASP Top 10 - Understanding SQL and Databases
This video explains databases and Structured Query Language (SQL).
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Using External Tables
In this practice video, you will apply your knowledge by creating external tables using the ORACLE_LOADER and ORACLE_DATAPUMP access drivers. Through hands-on exercises, you will gain practical experience in utilizing External Tables to...
Curated Video
Oracle Database Administration from Zero to Hero - Using External Tables
In this video, we will introduce External Tables, a powerful feature for accessing data in external files as if they were database tables. You will learn how to describe External Tables, use them with the ORACLE_LOADER driver for data...
Curated Video
Oracle Database Administration from Zero to Hero - Using Database Links (Part 1 of 2)
In this video, we will explore the usage of database links. You will learn about database links, their types, and users, as well as understand naming database links. This clip is from the chapter "Managing Database Connectivity" of the...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing Automatic Storage Management (Part 1 of 3)
In this video, we will explore the fundamentals of Automatic Storage Management (ASM). You will learn about the concept of ASM and its benefits in managing storage within Oracle databases, ensuring improved performance, simplified...
Curated Video
Comprehensive Android Developer Bootcamp - Creating the NoDoDao - Data Access Object Class
Android Room – Alternative Database:Creating the NoDoDao - Data Access Object Class This clip is from the chapter "Android Room – Alternative Database" of the series "The Comprehensive Android Developer Bootcamp".This section will show...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Using Database Links
In this practice video, we will reinforce our understanding of using database links. You will create and use a database link to the SOE schema in PDB1. This clip is from the chapter "Managing Database Connectivity" of the series "Oracle...
Curated Video
Oracle Database Administration from Zero to Hero - Database Memory Concepts (Part 1 of 2)
In this video, we will delve into the database memory concepts. You will learn about the database buffer cache and its significance in optimizing database performance. This clip is from the chapter "Managing Oracle Database Components"...
Curated Video
Design Microservices Architecture with Patterns and Principles - How to Sync Read and Write Databases in CQRS?
This video provides insights into the best practices for designing and implementing CQRS in a microservices architecture and explores topics such as data modeling, event sourcing, read and write scalability, and data synchronization...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Database Users (Part 1 of 2)
In this video, you will learn about managing database users. You will understand the concepts of database users and schemas and explore predefined accounts in Oracle. This clip is from the chapter "Managing Database Users and Security"...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing Data Dictionary
In this video, we will introduce the concept of the data dictionary in Oracle Database. You will learn about dynamic performance views and data dictionary views, and how to query them to retrieve valuable information about the database....
Curated Video
Design Microservices Architecture with Patterns and Principles - Database Sharding Pattern
The video dives deeper into the database sharding pattern, a popular approach for data partitioning in microservices and how sharding involves distributing data across multiple databases or shards and considerations and techniques for...
Get Me Coding
How To Create a MySQL Database Schema on Windows
Using MySQL Workbench, walk through the steps to create a MySQL database schema using the database samples provided by MySQL. This easy step by step video will show you have to get the sample database files and then understand the basic...