Curated Video
Oracle Database Administration from Zero to Hero - Using Database Links (Part 2 of 2)
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...
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 - 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 - Practice - Using Database Authentication Methods
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...
Curated Video
Practical GraphQL - Become a GraphQL Ninja - Updating GraphQL Resolvers to use the Database
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...
Curated Video
Practical GraphQL - Become a GraphQL Ninja - Updating GraphQL Resolvers to use the Database – continued
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...
Curated Video
Practical GraphQL - Become a GraphQL Ninja - Serving Data from the Database
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....
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Duplicating Databases and PDBs Using RMAN
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...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing the Section-14
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...
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
Introduction to IT and Cybersecurity: Databases Essentials
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...
Curated Video
The Full Stack Web Development - Medic Database in PGAdmin4
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...
Curated Video
Oracle Database Administration from Zero to Hero - Creating an Oracle Database (Part 2 of 3)
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - NoSQL Databases Types - Document, Key-Value, Graph-Based, Column-Based Databases
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Single Database Server Performs Low Performance
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...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing Automatic Storage Management (Part 2 of 3)
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,...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Database Hosting Methods
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Database Sharding Pattern - Cassandra
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...
Curated Video
Master SQL for Data Analysis - Overview - Database, DBMS, SQL
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...
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
Creational Design Patterns in Modern C++ - MySQL Database Classes
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...
Curated Video
The Full Stack Web Development - Using cURL With CouchDB
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...
IDG TECHtalk
Building a toy social network with Python, Part 1: The database
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...
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...