Instructional Video9:24
Curated Video

Oracle Database Administration from Zero to Hero - Using Database Links (Part 2 of 2)

Higher Ed
In this video, we will continue our discussion on using database links. You will learn how to create database links, use them in synonyms, and understand using Global Name as a Loopback Database Link. This clip is from the chapter...
Instructional Video6:06
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using Database Links

Higher Ed
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...
Instructional Video8:12
Curated Video

Oracle Database Administration from Zero to Hero - Using Database Links (Part 1 of 2)

Higher Ed
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...
Instructional Video12:42
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using Database Authentication Methods

Higher Ed
In this practice video, we will reinforce our understanding of database authentication methods, specifically focusing on OS authentication and password file authentication in Oracle databases. You will examine OS authentication for...
Instructional Video4:42
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Updating GraphQL Resolvers to use the Database

Higher Ed
Adding a database for GraphQL: Updating GraphQL Resolvers to use the Database This clip is from the chapter "Adding a database for GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section shows how to add a...
Instructional Video6:32
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Updating GraphQL Resolvers to use the Database – continued

Higher Ed
Adding a database for GraphQL: Updating GraphQL Resolvers to use the Database – continued This clip is from the chapter "Adding a database for GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section shows how to...
Instructional Video21:01
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Serving Data from the Database

Higher Ed
Adding a database for GraphQL: Serving Data from the Database This clip is from the chapter "Adding a database for GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section shows how to add a database for GraphQL....
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 and...
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. This clip is from the chapter "Using RMAN in...
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 Video13:39
Curated Video

The Full Stack Web Development - Medic Database in PGAdmin4

Higher Ed
Database design using PostgreSQL: Medic Database in PGAdmin4 This clip is from the chapter "Database design using PostgreSQL" of the series "The Full Stack Web Development".In this section we look into PostgreSQL relational databases. We...
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. This clip is from the chapter "Installing and Creating Oracle Databases" of the...
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 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 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 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 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 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 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 Video3:13
Curated Video

Creational Design Patterns in Modern C++ - MySQL Database Classes

Higher Ed
This video explains the MySQL database classes. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic implementation with the abstract factory, the...
Instructional Video11:12
Curated Video

The Full Stack Web Development - Using cURL With CouchDB

Higher Ed
Learning CouchDB: Using cURL With CouchDB This clip is from the chapter "Learning CouchDB" of the series "The Full Stack Web Development".For CouchDB which is also no SQL database, we will checkout Fauxton – a web interface to manage our...
Instructional Video8:07
IDG TECHtalk

Building a toy social network with Python, Part 1: The database

Higher Ed
In this series of videos, we'll build a simple social network, a Twitter clone, using various frameworks and packages in Python, from web frameworks to database management tools. This first video focuses on building the data structures...
Instructional Video2:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Instagram Database Architecture

Higher Ed
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...