Instructional Video6:27
Curated Video

Master SQL for Data Analysis - Inner-Join

Higher Ed
In this lecture, we will look at the most common types of joins, called the inner-join type, for various use cases.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Instructional Video6:38
Curated Video

Master SQL for Data Analysis - Union, Intersect, Except

Higher Ed
In this video, you will learn more about the UNION, INTERSECT, JOIN, and EXCEPT operators while combining datasets and tables.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master...
Instructional Video9:01
Curated Video

Master SQL for Data Analysis - Loading the Books Datasets

Higher Ed
This video discusses the PostgreSQL database management system and loading the required datasets for training purposes.
<
br/>
This clip is from the chapter "Getting Started with Level 2" of the series "Master SQL for Data...
Instructional Video8:31
Curated Video

Master SQL for Data Analysis - Let's Recap!

Higher Ed
The author briefly recapitulates the topics learned in this level during this training program, level 1.
<
br/>
This clip is from the chapter "Course Summary – Level 1" of the series "Master SQL for Data Analysis".This section...
Instructional Video3:28
Curated Video

Master SQL for Data Analysis - Database Dictionary

Higher Ed
We will explore the data-storing area called the dictionary, which stores constraints, filters, functions, lists, and so on.
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for...
Instructional Video9:49
Curated Video

Master SQL for Data Analysis - Grouping Rows (GROUP BY and HAVING)

Higher Ed
Let's learn how to group rows based on values in specific columns and then apply different actions on the groups, such as applying filters using GROUP BY and HAVING.
<
br/>
This clip is from the chapter "SQL - Retrieving Data with...
Instructional Video10:07
Curated Video

Master SQL for Data Analysis - Query Data (SELECT)

Higher Ed
Let's learn to query data using the SELECT option that determines the columns to include in the result set.
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This...
Instructional Video4:18
Curated Video

Master SQL for Data Analysis - Update and Delete

Higher Ed
Here, you will learn to update a table's fields and delete erroneous or redundant information.
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This...
Instructional Video5:00
Curated Video

Master SQL for Data Analysis - Inserting Data

Higher Ed
In this lesson, we will look at inserting data into tables and learn to use commands to insert single and multiple rows of data.
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series...
Instructional Video4:03
Curated Video

Master SQL for Data Analysis - Creating Tables - Introduction

Higher Ed
Let's explore how to organize data better by building tables in a database.
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section delves deep...
Instructional Video6:32
Curated Video

Master SQL for Data Analysis - Schema, Metadata, Data Dictionary

Higher Ed
Let's learn how to create multiple relational database instances and define the needed table for each entity type.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This...
Instructional Video3:11
Curated Video

Master SQL for Data Analysis - Cross-Join

Higher Ed
In this lesson, you will learn about combining datasets and tables with very little or no common factors among them.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Instructional Video0:53
Curated Video

Master SQL for Data Analysis - Overview-3

Higher Ed
This video provides an overview of the combination of data from multiple datasets from multiple tables using operators.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for...
Instructional Video1:42
Curated Video

Master SQL for Data Analysis - Overview-1

Higher Ed
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...
Instructional Video3:27
Curated Video

Master SQL for Data Analysis - Relational Model, ER Diagram

Higher Ed
Here, we will explore the three main building blocks of a relational database: entity, attribute, and relationship.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This...
Instructional Video3:21
Curated Video

Master SQL for Data Analysis - Primary and Foreign Keys

Higher Ed
In this video, we will look at a primary key used to identify a row in a table and a foreign key used to navigate from one table to another.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL...
Instructional Video3:49
Curated Video

Master SQL for Data Analysis - Tables, Columns, Rows

Higher Ed
In this lesson, we will explore tables in a database, and the two-dimensional rows and columns of a table.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section...
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.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses...
Instructional Video4:01
Curated Video

Master SQL for Data Analysis - DB Installation

Higher Ed
This video demonstrates how to install PostgreSQL, the most advanced RDBMS that we have currently.
<
br/>
This clip is from the chapter "Getting Started!" of the series "Master SQL for Data Analysis".This section focuses on a...
Instructional Video2:14
Curated Video

Master SQL for Data Analysis - Our Learning Objectives-1

Higher Ed
This video looks at the learning objectives from this course and the general training roadmap.
<
br/>
This clip is from the chapter "Getting Started!" of the series "Master SQL for Data Analysis".This section focuses on a general...
Instructional Video11:23
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Creating a CDB Database

Higher Ed
In this practice video, you will gain hands-on experience by dropping the database in srv1 and creating a Container Database (CDB) in its place. You will learn the practical steps involved in setting up a CDB environment.
<
br/>...
Instructional Video4:40
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Querying Data Dictionary

Higher Ed
In this Practice video, you will learn how to retrieve specific information about an Oracle database by querying dynamic performance views and data dictionary views. You will gain hands-on experience in extracting meaningful insights...
Instructional Video12:37
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Data Dictionary

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

Oracle Database Administration from Zero to Hero - Overview of RDBMS (Part 1 of 2)

Higher Ed
In this video, you will learn about the basics of RDBMS, including its features, SQL, and the different RDBMS products available in the market.
<
br/>
This clip is from the chapter "Introduction to RDBMS" of the series "Oracle...