Hi, what do you want to do?
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.
<
br/>
This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners...
<
br/>
This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners...
Curated Video
CISSP Crash Course - Security in Systems
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...
<
br/>
This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses...
Curated Video
Master SQL for Data Analysis - Overview-1
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...
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section...
Curated Video
Master SQL for Data Analysis - Partitions
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...
<
br/>
This clip is from the chapter "Databases - Terminology" of the series...
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.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses...
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses...
Curated Video
Master SQL for Data Analysis - Introduction-1
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.
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Services of AWS
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Database Secrets Engine
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
This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp Certified - Vault Associate Course".null
Curated Video
Oracle Database Administration from Zero to Hero - Oracle Database Multitenant Architecture (part 1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing the Section-5
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...
<
br/>
This clip is...
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.
<
br/>
This clip is from the chapter "Installing and Creating Oracle...
<
br/>
This clip is from the chapter "Installing and Creating Oracle...
Curated Video
Oracle Database Administration from Zero to Hero - About Oracle Database Administrator (DBA)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies
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...
<
br/>
This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to...
Curated Video
Oracle Database Administration from Zero to Hero - Overview of RDBMS (Part 2 of 2)
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...
<
br/>
This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
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
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...
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Oracle Database Administration from Zero to Hero - Managing the Redo Log (Part 4 of 4)
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...
<
br/>
This clip...
Curated Video
Design Microservices Architecture with Patterns and Principles - CQRS - Benefits and Drawbacks
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries and Write Commands on Distributed Scaled Database
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...
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
Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?
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...
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
Design Microservices Architecture with Patterns and Principles - Adapt the Architecture - Microservices Architecture - Second Iteration
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,...