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).
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Data Access Service and Methods to Retrieve Records
This lecture teaches how to create the Data Access Service class that implements an interface. You will be able to create data access service to the movies model as well as retrieve a list of movies and any specific movie from the...
Packt
Creating a Production MongoDB Database
Sending Emails (Task App): Creating a Production MongoDB Database This clip is from the chapter "Sending Emails (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about sending...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Creating Database in RDS
In this lesson, you will learn how to create a database in RDS. This clip is from the chapter "Project" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on building a project on Scala Spark.
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
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
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Creating User in Atlas
In this video, we will be creating a user in Atlas. This clip is from the chapter "Mongo with Node" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover Mongo with Node.
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
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Connection Database to the ChatGPT Project-Made App
In this video, you will learn how to connect a database to your ChatGPT project-made app, covering the key steps to integrating your database with your application's user interface. The tutorial will also cover some common issues and...
Curated Video
Mastering Spring Framework Fundamentals - Using Java Database Connectivity (JDBC) Data Access Object Pattern (DAO) Support to Remove Boilerplate JDBC Code
This video demonstrates how to create a class. This clip is from the chapter "Classes" of the series "TypeScript for Beginners".This section introduces you to classes and explains how to use them.
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Creating an Amazon Simple Storage Service (Amazon S3) Bucket
This video explains how Amazon S3 provides storage in the cloud at any scale and varying costs. This video also demonstrates the creation of an Amazon S3 bucket (a storage container in the cloud). This clip is from the chapter...
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! - MySQL Lab in the Amazon Wed Services (AWS) Cloud
This video demonstrates how to create a MYSQL database, which is a popular open source, web database solution that is compatible with the SQL language and relational database concepts. This clip is from the chapter "Solutions Architect...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - MySQL Lab
MySQL is a very popular web database solution because it is an open-source database that is compatible with the SQL language and relational database concepts. In this video, you will see how to create a free tier MySQL database in the...
Curated Video
Mastering Spring Framework Fundamentals - Creating a Data Access Object to Access a Database
This video demonstrates how to work with array interfaces. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
Curated Video
Mastering Spring Framework Fundamentals - Creating a Java Database Connectivity (JDBC) Template to Access a Database
This video demonstrates how to extend interfaces. This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.
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
Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Create Secure Views in Snowflake
This is a lab video that explains how to create secure views in Snowflake. This clip is from the chapter "Snowflake - Tables" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on tables in...
Curated Video
REST APIs with Flask and Python - Setting up a DigitalOcean Server
This video explains how to set up the DigitalOcean account and server. This clip is from the chapter "Deploying a Server to Your Own Server" of the series "REST APIs with Flask and Python".This section explains how to deploy a server to...
Curated Video
Vue.js 3 and Firebase for Beginners - Retrieving Admin Users
This video explains how to retrieve admin users from our database and to check whether the admin property is set to True. As we will be retrieving users, we can create a reference to the database collection inside the Firebase file. This...
Curated Video
Hands-on .NET Minimal API for Web Developers - Step 6: Add Dependency Injection
After creating a data model and the corresponding database context class, we will understand how to add a dependency injection. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal API for Web...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Endpoints
This video explains how AWS uses the term endpoint to access other services indirectly. This clip is from the chapter "Solutions Architect Chapter 3 - Virtual Private Cloud (VPC)" of the series "AWS Solutions Architect Associate...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.